Forum Moderators: open

Message Too Old, No Replies

Get date based on week number and year

date based on week number and year

         

daverage

8:38 am on Jan 7, 2005 (gmt 0)

10+ Year Member



Hi gurus

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)

WebmasterWorld Senior Member 10+ Year Member



Something like this?
result = DateAdd("ww", week_num, "02-aug-2004")