I have to find the start date of a week (first monday) based on a week number and the year...BUT... it is for an acedemic calendar. SO the first month of the year is august not january!
any ideas?
aspdaddy
5:00 pm on Jan 8, 2005 (gmt 0)
Something like this? result = DateAdd("ww", week_num, "02-aug-2004")