- Month names
(mon)
|
Phando Luhuhi Ṱhafamuhwe Lambamai Shundunthule Fulwi Fulwana Ṱhangule Khubvumedzi Tshimedzi Ḽara Nyendavhusiku
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Pha Luh Fam Lam Shu Lwi Lwa Ngu Khu Tsh Ḽar Nye
glibc-HEAD
|
|
- Weekday names
(day)
|
Swondaha Musumbuluwo Ḽavhuvhili Ḽavhuraru Ḽavhuṋa Ḽavhuṱanu Mugivhela
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Swo Mus Vhi Rar ṋa Ṱan Mug
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: ṋa 21 Nye 2024 10:39:04
|
- 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:39:04
|
- 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:
|
- 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: ṋa 21 Nye 2024 10:39:04 CET
|