lastWednesday method

Moment lastWednesday()

Returns new Moment instance of nearest Wednesday in the past

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

Implementation

Moment lastWednesday() => lastWeekday(DateTime.wednesday);