Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Add a week number calendar to iCal' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Add a week number calendar to iCal
Authored by: dbunskoek on Jan 05, '07 10:15:59AM
The script uses the PHP date() function to generate the week numbers, using 'W' as its format string.

It says in the PHP documentation:

W: ISO-8601 week number of year, weeks starting on Monday

([link:]http://www.php.net/manual/en/function.date.php)



[ Reply to This | # ]