nextFriday method

Moment nextFriday()

Returns new Moment instance of nearest Friday in the Future

If this is Friday, will return 7 days in the future

Implementation

Moment nextFriday() => nextWeekday(DateTime.friday);