nextThursday method

Moment nextThursday()

Returns new Moment instance of nearest Thursday in the Future

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

Implementation

Moment nextThursday() => nextWeekday(DateTime.thursday);