Returns new DateTime instance of nearest Thursday in the past
If this is Thursday, will return 7 days in the past
this
7 days in the past
DateTime lastThursday() => lastWeekday(DateTime.thursday);