Date and time notation on NOCC
Appearance
Fragment of a discussion from Translating talk:NOCC
This are parameters from the PHP strftime() function:
http://www.php.net/manual/en/function.strftime.php
- %Y = Four digit representation for the year
- %m = Two digit representation of the month
- %d = Two-digit day of the month (with leading zeros)
- %I = Two digit representation of the hour in 12-hour format
- %M = Two digit representation of the minute
- %p = UPPER-CASE 'AM' or 'PM' based on the given time