- Month names
(mon)
|
Jānwōde Pāpode M̧aaj Eprōļ Māe Juun Juļae O̧kwōj Jeptōm̧ba Oktoba Nobōm̧ba Tijem̧ba
local
|
|
- Month abbreviations
(abmon)
|
Jān Pāp M̧aa Epr Māe Juu Juļ O̧kw Jep Okt Nob Tij
local
|
|
- Weekday names
(day)
|
Jabōt M̧ande Juje Wōnje Taije Bōlaide Jādede
local
|
|
- Days abbreviated
(abday)
|
Jab M̧an Juj Wōn Tai Bōl Jād
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)
Approx. output of current value: Tai 21 Tij 2024 10:47:49 AM CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:47:49 AM
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
|