Returns new DateTime instance of nearest Thursday in the Future
If this is Thursday, will return 7 days in the future
this
7 days in the future
DateTime nextThursday() => nextWeekday(DateTime.thursday);