strangeryet
Programmer
Hello,
How can I find what the Sunday date would be for the xx number of weeks represented as a numeric value:
In other words: If given the numeric value of (let's say) 37, what would the Sunday date be for the 37th week into the year?
I assume I would start with a beginnnig date of 010108
and do a dateadd("ww", begindate, 37) then step through and add 1 to each day until I find Sunday???
Thanks
How can I find what the Sunday date would be for the xx number of weeks represented as a numeric value:
In other words: If given the numeric value of (let's say) 37, what would the Sunday date be for the 37th week into the year?
I assume I would start with a beginnnig date of 010108
and do a dateadd("ww", begindate, 37) then step through and add 1 to each day until I find Sunday???
Thanks