Add tdr_week() code which verifies which week number that we are currently on. For example calling tdr_week("10,11,12") will evaluate to try if the current week of the year is 10, 11 or 12. As of the time of this commit we are on week 12.
Add tdr_week() code which verifies which week number that we are currently on. For example calling tdr_week("10,11,12") will evaluate to try if the current week of the year is 10, 11 or 12. As of the time of this commit we are on week 12.