Returns new Moment instance of nearest Wednesday in the Future
If this is Wednesday, will return 7 days in the future
this
7 days in the future
Moment nextWednesday() => nextWeekday(DateTime.wednesday);