- Month names
(mon)
|
Arkoi Thangthang There Jangmi Aru Vosik Jakhong Paipai Chiti Phere Phaikuni Matijong
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Ark Thang The Jang Aru Vos Jak Pai Chi Phe Phai Mati
glibc-HEAD
|
|
- Weekday names
(day)
|
Bhomkuru Urmi Durmi Thelang Theman Bhomta Bhomti
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Bhom Ur Dur Tkel Tkem Bhta Bhti
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: Theman 21 Matijong 2024 10:47:32 AM
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/24
|
- Time format
(t_fmt)
|
%I:%M:%S %p %Z
glibc-HEAD
|
Example: %r
Approx. output of current value: 10:47:32 AM 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:47:32 AM 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: Theman 21 Matijong 2024 10:47:32 AM CET
|