Skip to content

[question] get next Friday #3

@RishabhTayal

Description

@RishabhTayal

Is there a way to get the next given day after a date? For e.g. I want to find when will be the next Friday after 04/16/2018.

I know in Java you can do something like this:

LocalDate.now().with(TemporalAdjusters.next(DayOfWeek.FRIDAY));

Is this possible with this plugin? If not, I am happy to help adding this feature and open a pr. 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions