- Month names
(mon)
|
januar februar marte april may junio julí august septembre octobre novembre decembre
local
|
|
- Month abbreviations
(abmon)
|
jan feb mar apr may jun jul aug sep oct nov dec
local
|
|
- Weekday names
(day)
|
soledí lunedí mardí mercurdí jovedí venerdí saturdí
local
|
|
- Days abbreviated
(abday)
|
sol lun mar mer jov ven sat
local
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Date and Time format
(d_t_fmt)
|
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21.11.24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:39
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
Approx. output of current value:
|