Finding a day on a calendar based on recurring val
I have two recurring values:
SelectedWeekNumber: 3 or "3rd"
SelectedDayOfTheWeek: 3 "Tuesday"
I need to find the specific day this falls on every month. Example:
July 2007: The 3rd Tuesday falls on 7/17/2007
August 2007: The 3rd Tuesday falls on 8/21/2007
September 2007: The 3rd Tuesday falls on 9/18/2007
|