Skip to content

Improve add_duration  #115

@KES777

Description

@KES777

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 )

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions