- Month names
(mon)
|
Petsatin Kupitin Uyaitin Tayutin Kegketin Tegmatin Kuntutin Yagkujutin Daiktatin Ipamtatin Shinutin Sakamtin
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Pet Kup Uya Tay Keg Teg Kun Yag Dait Ipam Shin Sak
glibc-HEAD
|
|
- Weekday names
(day)
|
Tuntuamtin Achutin Kugkuktin Saketin Shimpitin Imaptin Bataetin
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Tun Ach Kug Sak Shim Im Bat
glibc-HEAD
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
- Week definition
(week)
|
|
|
- First day of week
(first_weekday)
|
|
|
- First working day
(first_workday)
|
|
|
- Date and Time format
(d_t_fmt)
|
%a %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Shim 21 Sak 2024 10:46:06 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:46:06
|
- 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:
Approx. output of current value: 10:46:06 VM
|
- Long date and time format
(date_fmt)
|
%a %b %e %H:%M:%S %Z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Shim Sak 21 10:46:06 CET 2024
|