Hi
I need to get the current week # and year. How do I do this? E.g. "Week 3 of 2002".
I would probably use mktime to create the UNIX timestamp from which to get the week & year number, as I have to convert between timezones, and can thus not use the date function.
Regards
Peter