- Month names
(mon)
|
januar februar mart april maj jun jul avgust septembar oktobar novembar decembar
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
jan feb mar apr maj jun jul avg sep okt nov dec
glibc-HEAD
|
|
- Weekday names
(day)
|
nedelja ponedeljak utorak sreda četvrtak petak subota
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
ned pon uto sre č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 %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: četvrtak, 21. decembar 2024. 11:10:37 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21.11.2024.
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11:10:37
|
- 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: 11:10:37
|
- Long date and time format
(date_fmt)
|
%a, %e. %b %Y. %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: čet, 21. dec 2024. 11:10:37 CET
|