- Month names
(mon)
|
Žanwiye Feewiriye Marsi Awiril Me Žuweŋ Žuyye Ut Sektanbur Oktoobur Noowanbur Deesanbur
local
|
|
- Month abbreviations
(abmon)
|
Žan Few Mar Awi Me Žuw Žuy Ut Sek Okt Now Des
local
|
|
- Weekday names
(day)
|
Alhadi Atinni Atalaata Alarba Alhamiisa Alzuma Asibti
local
|
|
- Days abbreviated
(abday)
|
Ald Atn Atl Alb Alh Alz Ast
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: Alh 21 Des 2024 10:42:29 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:42:29 AM
|
- 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: 10:42:29 AM
|