| - Month names
(mon)
|
siječnja veljače ožujka travnja svibnja lipnja srpnja kolovoza rujna listopada studenoga prosinca
glibc-HEAD
|
|
| - Month names (alternate)
(alt_mon)
|
siječanj veljača ožujak travanj svibanj lipanj srpanj kolovoz rujan listopad studeni prosinac
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
sij velj ožu tra svi lip srp kol ruj lis stu pro
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)
|
|
|
| - First working day
(first_workday)
|
|
|
| - Date and Time format
(d_t_fmt)
|
%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: subota, 08. prosinca 2025. 11:12:54 CET
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 08.11.2025
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11:12:54
|
| - 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, %e.%m.%Y. %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: sub, 8.11.2025. 11:12:54 CET
|