lastTuesday method

Moment lastTuesday()

Returns new Moment instance of nearest Tuesday in the past

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

Implementation

Moment lastTuesday() => lastWeekday(DateTime.tuesday);