Hi,
I need to find the date, preferably of the sunday, in a given week.
For example, I have as input week 27 2008, I'd like to find the date of the sunday in that week.
I'm actually trying to find the number of weeks between two such sets of input, for example week 27, 2008 to week 12, 2010.
I figured if I could find the dates, I could simply use
difference=int(date2-date1)/7
but if anyone has a better idea, let me know.![]()
A
Bookmarks