lastFriday method

Moment lastFriday()

Returns new Moment instance of nearest Friday in the past

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

Implementation

Moment lastFriday() => lastWeekday(DateTime.friday);