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 )
This is related to #108
When adding month this is long to write:
Would be cool if
end_of_monthparameter could be specified for object itself$date. So for thisdatemath uses limited scheme