- Month names
(mon)
|
ođđajagemánnu guovvamánnu njukčamánnu cuoŋománnu miessemánnu geassemánnu suoidnemánnu borgemánnu čakčamánnu golggotmánnu skábmamánnu juovlamánnu
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
ođđj guov njuk cuoŋ mies geas suoi borg čakč golg skáb juov
glibc-HEAD
|
|
- Weekday names
(day)
|
sotnabeaivi vuossárga maŋŋebarga gaskavahkku duorasdat bearjadat lávvardat
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
sotn vuos maŋ gask duor bear láv
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, %b %e. 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: duor, juov 21. b. 2024 10:58:33 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2024-11-21
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 10:58:33
|
- 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, %B %d. b. %Y %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: duorasdat, juovlamánnu 21. b. 2024 10:58:33 CET
|