- Month names
(mon)
|
Yanüari Febrüari Mart Aprel Mei Yüni Yüli Ougùstùs Sèptèmber Oktober Novèmber Desèmber
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Yan Feb Mar Apr Mei Yün Yül Oug Sèp Okt Nov Des
glibc-HEAD
|
|
- Weekday names
(day)
|
Djadumingu Djaluna Djamars Djárason Djaweps Djabièrnè Djasabra
local
Djadomingo Djaluna Djamars Djawebs Djarason Djabierne Djasabra
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Djad Djal Djam Djar Djaw Djab Djas
local
do lu ma we ra bi sa
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)
|
%y-%m-%d %l:%M:%S %p
local
%a %d %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: 19-02-18 1:08:55 AM
Approx. output of current value: lu 18 Mar 2019 01:08:55 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 18-02-19
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 1:08:55
Approx. output of current value: 01:08:55
|
- 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: 01:08:55 AM
Approx. output of current value:
|