- Month names
(mon)
|
januar februar mars april mai juni juli august september oktober november desember
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
jan. feb. mars april mai juni juli aug. sep. okt. nov. des.
glibc-HEAD
|
|
- Weekday names
(day)
|
søndag mandag tirsdag onsdag torsdag fredag lørdag
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
sø. ma. ti. on. to. fr. lø.
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 kl. %H.%M %z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: to. 21. des. 2024 kl. 10.59 +0100
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21. des. 2024
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: kl. 10.59 +0100
|
- 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 %H:%M:%S %z %Y
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: to. 21. des. 10:59:18 +0100 2024
|