- Month names
(mon)
|
មករា កុម្ភៈ មីនា មេសា ឧសភា មិថុនា កក្កដា សីហា កញ្ញា តុលា វិច្ឆិកា ធ្នូ
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
១ ២ ៣ ៤ ៥ ៦ ៧ ៨ ៩ ១០ ១១ ១២
glibc-HEAD
|
|
- Weekday names
(day)
|
ថ្ងៃអាទិត្យ ថ្ងៃច័ន្ទ ថ្ងៃអង្គារ ថ្ងៃពុធ ថ្ងៃព្រហស្បតិ៍ ថ្ងៃសុក្រ ថ្ងៃសៅរ៍
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
|
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 ថ្ងៃ %e ខែ %B ឆ្នាំ %Y, %H ម៉ោង %M នាទី %S វិនាទី
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: ថ្ងៃអង្គារ ថ្ងៃ 3 ខែ December ឆ្នាំ 2024, 17 ម៉ោង 49 នាទី 45 វិនាទី
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 3 December 2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 17:49:45
|
- AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
- 12-hour Time format
(t_fmt_ampm)
|
|
Example: %I:%M:%S %p
|
- Long date and time format
(date_fmt)
|
%A ថ្ងៃ %e ខែ %B ឆ្នាំ %Y, %H ម៉ោង %M នាទី %S វិនាទី
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: ថ្ងៃអង្គារ ថ្ងៃ 3 ខែ December ឆ្នាំ 2024, 17 ម៉ោង 49 នាទី 45 វិនាទី
|