Skip to content

Latest commit

 

History

History
49 lines (43 loc) · 1.19 KB

ISSUE_TEMPLATE.md

File metadata and controls

49 lines (43 loc) · 1.19 KB

Hello,

I encountered an issue with the following code:

echo Carbon::parse('2018-06-01')->subDay()->month;

Carbon version: PUT HERE YOUR COMPOSER CARBON VERSION PHP version: PUT HERE YOUR PHP VERSION

I expected to get:

6

But I actually get:

5

Thanks!