| - Month names
(mon)
|
Enero Pebrero Marso Abril Mayo Hunyo Hulyo Agosto Setyembre Oktubre Nobyembre Disyembre
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Ene Peb Mar Abr May Hun Hul Ago Set Okt Nob Dis
glibc-HEAD
|
|
| - Weekday names
(day)
|
Linggo Lunes Martes Miyerkoles Huwebes Biyernes Sabado
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Lin Lun Mar Miy Huw Biy 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 %r
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Lun 27 Nob 2025 02:33:35 N.H.
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 10/27/25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 02:33:35 N.H.
|
| - 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: 02:33:35 N.H.
|
| - Long date and time format
(date_fmt)
|
%a %d %b %Y %r %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Lun 27 Nob 2025 02:33:35 N.H. CET
|