| %M | Full month name(January...December) |
| %b | Short name of the month (Jan...Dec) |
| %m | The numeric value of the month (01...12) |
| %d | Numeric value of the day of the month (00...31) |
| %W | Weekday name in full(Sunday...Saturday) |
| %a | Weekday name in short (Sun...Sat) |
| %j | Day of the year (001..366) |
| %Y | Year as a numeric (4-digit value) |
| %y | Year as a numeric (2-digit value) |
| %H | Hour with leading zero in 24-hour format (00...23) |
| %h | Hour with leading zero in 12-hour format (01...12) |
| %i | Minutes (00...59) |
| %s | Seconds(00...59) |
| %f | Microseconds (000000...999999) |
| %p | AM or РМ |