Hi
I need some suggestions on how to solve a problem regarding a function to get the dates of a certain week.
I need a fucntion like this:
array getWeekDates($weekNr,$year) ,
which will return an array with the dates for that particular week (0=monday).
I Have discovered some problems at the end/start period of each year. Sometimes there is a week 53 and othertimes it don't, I never want a weeknr 53!
All suggestions are good!