Format Characters Used by the strftime() Function for Week : strftime « Date « PHP






Format Characters Used by the strftime() Function for Week

 
Character Description 
%U        Number of the week of the year, with Sunday as the first day of the week. 
%V        ISO-8601 number of the week of the year, with Monday as the first day of the week (0153). 
%W        Number of the week of the year, with Monday as the first day of the week (decimal number).
  
  








Related examples in the same category

1.Checking for the day of the week
2.Format Characters Used by the strftime() Function for Day
3.Format Characters Used by the strftime() Function for Formatting Characters
4.Format Characters Used by the strftime() Function for Full Date and/or Time
5.Format Characters Used by the strftime() Function for Hour
6.Format Characters Used by the strftime() Function for Minute
7.Format Characters Used by the strftime() Function for Month
8.Format Characters Used by the strftime() Function for Second
9.Format Characters Used by the strftime() Function for Year
10.strftime.php
11.Generating the days in a month
12.Generating the days in a week
13.Finding days of the week, month, and year
14.Finding the current date and time
15.Printing a formatted date string with strftime()
16.Printing a formatted time string with other text
17.Printing a greeting or printing a form
18.Skip ahead one day to the Tuesday after the first Monday