-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
This is related to #108
When adding month this is long to write:
$date->add( months => 1, end_of_month => 'limit' )
Would be cool if end_of_month parameter could be specified for object itself $date. So for this date math uses limited scheme
$date->end_of_month( 'limit' )->add( months => 1 )
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels