- Month names
(mon)
|
jenuari febuari mas epril mei jun julai ögus septemba öktoba nöwemba diksemba
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
jen feb mas epr mei jun jul ögu sep ökt nöw dis
glibc-HEAD
|
|
- Weekday names
(day)
|
sönda mönda sinda mitiwö sogipbono nenggo söndanggie
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
sön mön sin mit soi nen sab
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- Date and Time format
(d_t_fmt)
|
%a %d %b %Y %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: sin 03 Dec 2024 17:41:56
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 03/12/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 17:41:56
|
- 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: 05:41:56 PM
|
- Long date and time format
(date_fmt)
|
%a %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: sin 03 Dec 2024 17:41:56 CET
|