- Month names
(mon)
|
dhen Fhaoilleach dhen Ghearran dhen Mhàrt dhen Ghiblean dhen Chèitean dhen Ògmhios dhen Iuchar dhen Lùnastal dhen t-Sultain dhen Dàmhair dhen t-Samhain dhen Dùbhlachd
glibc-HEAD
|
|
- Month names (alternate)
(alt_mon)
|
Am Faoilleach An Gearran Am Màrt An Giblean An Cèitean An t-Ògmhios An t-Iuchar An Lùnastal An t-Sultain An Dàmhair An t-Samhain An Dùbhlachd
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Faoi Gearr Màrt Gibl Cèit Ògmh Iuch Lùna Sult Dàmh Samh Dùbh
glibc-HEAD
|
|
- Weekday names
(day)
|
DiDòmhnaich DiLuain DiMàirt DiCiadain DiarDaoin DihAoine DiSathairne
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
DiD DiL DiM DiC Dia Dih DiS
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 %T
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Dia 21 Dùbh 2024 10:40:45
|
- 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:40:45 m
|
- 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:
|
- Long date and time format
(date_fmt)
|
%a %d %b %Y %T %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: Dia 21 Dùbh 2024 10:40:45 CET
|