- Month names
(mon)
|
јануар фебруар март април мај јун јул август септембар октобар новембар децембар
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
јан феб мар апр мај јун јул авг сеп окт нов дец
glibc-HEAD
|
|
- Weekday names
(day)
|
недјеља понедељак уторак сриједа четвртак петак субота
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
нед пон уто сри чет пет суб
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: уторак, 03. December 2024. 17:45:13 CET
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 03.12.2024.
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 17:45:13
|
- 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: 17:45:13
|
- 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: уто, 3. Dec 2024. 17:45:13 CET
|