| - Month names
(mon)
|
Janairu Faburairu Maris Afirilu Mayu Yuni Yuli Agusta Satumba Oktoba Nuwamba Disamba
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Jan Fab Mar Afi May Yun Yul Agu Sat Okt Nuw Dis
glibc-HEAD
|
|
| - Weekday names
(day)
|
Lahadi Litini Talata Laraba Alhamis Juma'a Asabar
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Lah Lit Tal Lar Alh Jum Asa
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - First day of week
(first_weekday)
|
|
|
| - Date and Time format
(d_t_fmt)
|
ranar %A, %d ga %B cikin %r
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: ranar Sunday, 09 ga Disamba cikin 09:49:20 AM
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 09/11/25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 09:49:20 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: 09:49:20 AM
|
| - Long date and time format
(date_fmt)
|
ranar %A, %d ga %B cikin %r %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: ranar Sunday, 09 ga Disamba cikin 09:49:20 AM CET
|