DatePeriod
-
Getting a list of week numbers between two dates
Recently, I was working on a PHP application that needed to show weekly summaries in the period of one month. Then, January came and I found myself looking at 48 weeks instead of the expected 4 to 5. This is the piece of code that I used in a Twig template. What the above does,…