| - Month names
(mon)
|
január február március április május június július augusztus szeptember október november december
glibc-HEAD
|
|
| - Month abbreviations
(abmon)
|
jan febr márc ápr máj jún júl aug szept okt nov dec
glibc-HEAD
|
|
| - Weekday names
(day)
|
vasárnap hétfő kedd szerda csütörtök péntek szombat
glibc-HEAD
|
|
| - Days abbreviated
(abday)
|
|
Example: Sun\nMon\nTue\nWed\nThu\nFri\nSat
|
| - Week definition
(week)
|
|
|
| - First day of week
(first_weekday)
|
|
|
| - Date and Time format
(d_t_fmt)
|
%Y. %b. %-e., %A, %H:%M:%S %Z
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 2025. dec. 24., hétfő, 13:42:43 CET
|
| - Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 2025-11-24
|
| - Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 13:42:43
|
| - 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: 13:42:43
|
| - Long date and time format
(date_fmt)
|
%Y. %b. %-e., %A, %H:%M:%S %Z
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 2025. dec. 24., hétfő, 13:42:43 CET
|