- Month names
(mon)
|
Yanvar Fevral Mart Aprel May Iyun Iyul Avgust Sentabr Oktabr Noyabr Dekabr
glibc-HEAD
|
|
- Month abbreviations
(abmon)
|
Yan Fev Mar Apr May Iyn Iyl Avg Sen Okt Noy Dek
glibc-HEAD
|
|
- Weekday names
(day)
|
Yakshanba Dushanba Seshanba Chorshanba Payshanba Juma Shanba
glibc-HEAD
|
|
- Days abbreviated
(abday)
|
Yak Du Se Cho Pay Ju Sha
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)
|
%T, %d %B, %Y yil, %A
glibc-HEAD
|
Example: %a %d %b %Y %r %Z (=Thu 04 Aug 2006 09:00am CET)
Approx. output of current value: 11:12:48, 21 Dekabr, 2024 yil, Payshanba
|
- Date format
(d_fmt)
|
|
Example: %m/%d/%Y
Approx. output of current value: 21/11/24
|
- Time format
(t_fmt)
|
|
Example: %r
Approx. output of current value: 11:12:48
|
- 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)
|
%d %B, %Y yil, %A
glibc-HEAD
|
Example: %a %b %e %H:%M:%S %Z %Y
Approx. output of current value: 21 Dekabr, 2024 yil, Payshanba
|