| - Month names
(mon)
|
Januar Februar Mart April Maj Juni Juli August Septembar Oktobar Novembar Decembar
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
Jan Feb Mar Apr Maj Jun Jul Aug Sep Okt Nov Dec
glibc-HEAD
|
|
| - Weekday names
(day)
|
Nedjelja Ponedjeljak Utorak Srijeda Četvrtak Petak Subota
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
Ned Pon Uto Sri Čet Pet Sub
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: Pon 27 Nov 2025 14:33:35
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 27.10.2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 14:33:35
|
| - 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: Pon 27 Nov 2025 14:33:35 CET
|