I did find a strftime("%U") in the manual, however I am trying to utilize this in combination of a date.
When I add a date after the "%U" it returns 52 regardless.
See below:
$weeknum = strftime("%U", 3/2/2002);
This should return 8, but returns 52.
I want to use a variable for the date, but have not explored that since cannot the above to work correctly.
Appreciate any input...
Thanks!