- Month names
(mon)
|
Januari Februari Mac April Mei Jun Julai Ogos September Oktober November Disember
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Jan Feb Mac Apr Mei Jun Jul Ogos Sep Okt Nov Dis
glibc-HEAD
|
|
- Weekday names
(day)
|
Ahad Isnin Selasa Rabu Khamis Jumaat Sabtu
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Ahd Isn Sel Rab Kha Jum Sab
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)
|
%A %d %b %Y %I:%M:%S %p
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Khamis 21 Dis 2024 10:36:23
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: Khamis 21 Dis 2024
|
- Time format
(t_fmt)
|
%I:%M:%S %p %Z
glibc-HEAD
|
Example: %r
Approx. output of current value: 10:36:23 CET
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
%I:%M:%S %p %Z
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 10:36:23 CET
|
- Long date and time format
(date_fmt)
|
%A %d %b %Y %I:%M:%S %p %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Khamis 21 Dis 2024 10:36:23 CET
|