How to display the day of the year in 3 digits format so that January 1st is not "1", but "001"?
I'm curious as to whether such a function is implemented (something like date('zzz') ) or not, so I have to work on date('z') and check if it's less than 100, 10?