- Month names
(mon)
|
Yennayer Fuṛar Meγres Yebrir Mayyu Yunyu Yulyu Γuct Ctembeṛ Tubeṛ Wambeṛ Dujembeṛ
local
Yennayer Fuṛar Meɣres Yebrir Mayyu Yunyu Yulyu ɣuct Ctembeṛ Tubeṛ Wambeṛ Dujembeṛ
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Yen. Fur. Meγ. Yeb. May. Yun. Yul. Γuc. Cte. Tub. Wam. Duj.
local
Yen Fur Meɣ Yeb May Yun Yul ɣuc Cte Tub Wam Duj
glibc-HEAD
|
|
- Weekday names
(day)
|
Acer Arim Aram Ahad Amhad Ssem Ssed
local
Acer Arim Aram Ahad Amhad Sem Sed
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Ace. Ari. Ara. Aha. Amh. Sem. Sed.
local
Ace Ari Ara Aha Amh Sem Sed
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
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: Amh 21 Duj 2024 10:33:07
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:33:08
|
- 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: 10:33:08 FT
|
- 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: Amh 21 Duj 2024 10:33:08 CET
|