Programming
How to show Week Numbers in PHP
A quick guide to finding or calculating the current ISO week number within PHP.
code snippet
echo date("W"); // "W" format character returns ISO-8601 week number