| - Month names
(mon)
|
Ionawr Chwefror Mawrth Ebrill Mai Mehefin Gorffennaf Awst Medi Hydref Tachwedd Rhagfyr
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Ion Chw Maw Ebr Mai Meh Gor Aws Med Hyd Tach Rha
glibc-HEAD
|
|
| - Weekday names
(day)
|
Sul Llun Mawrth Mercher Iau Gwener Sadwrn
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Sul Llu Maw Mer Iau Gwe Sad
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)
|
Dydd %A %d mis %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: Dydd Llun 03 mis Rhagfyr 2025 19:31:09 CET
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 03.11.25
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 19:31:09
|
| - AM/PM designations
(am_pm)
|
|
Example: AM\nPM
|
| - 12-hour Time format
(t_fmt_ampm)
|
%l:%M:%S %P %Z
glibc-HEAD
|
Example: %I:%M:%S %p
Approx. output of current value: 7:31:09 pm CET
|
| - Long date and time format
(date_fmt)
|
%a %e %b %H:%M:%S %Z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Llu 3 Rha 19:31:09 CET 2025
|