DateTime::Locale::uz_Latn - Locale data examples for the Uzbek Latin (uz-Latn) locale
| Use Case | Command | Description |
|---|---|---|
| 📦 Get locale object | use DateTime::Locale::uz_Latn; |
Load the Uzbek Latin locale for date/time formatting |
| 📅 Format a date | $locale->format_datetime($datetime) |
Format a DateTime object using the locale's default patterns |
| 📅 Full date format | $locale->date_format_full() |
Returns the full date format pattern (e.g., "seshanba, 5-fevral, 2008") |
| ⏰ Full time format | $locale->time_format_full() |
Returns the full time format pattern (e.g., "18:30:30 (UTC)") |
| 🔢 List day names | $locale->day_format_wide() |
Returns array of wide day names (dushanba, seshanba, …) |
| 🔢 List month names | $locale->month_format_wide() |
Returns array of wide month names (yanvar, fevral, …) |
| 🧩 Custom format | $locale->format_datetime($dt, $pattern) |
Format with a custom CLDR pattern like "yMMMEd" |
| 🕰️ Strftime format | $locale->strftime($dt, $format) |
Format using strftime patterns (e.g., "%c") |
This pod file contains examples of the locale data available for the Uzbek Latin locale.
Wide (format)
Abbreviated (format)
Narrow (format)
Wide (stand-alone)
Abbreviated (stand-alone)
Narrow (stand-alone)
Wide (format)
Abbreviated (format)
Narrow (format)
Wide (stand-alone)
Abbreviated (stand-alone)
Narrow (stand-alone)
Wide (format)
Abbreviated (format)
Narrow (format)
Wide (stand-alone)
Abbreviated (stand-alone)
Narrow (stand-alone)
Wide (format)
Abbreviated (format)
Narrow (format)
Full
2008-02-05T18:30:30 = seshanba, 5-fevral, 2008
1995-12-22T09:05:02 = juma, 22-dekabr, 1995
-0010-09-15T04:44:23 = shanba, 15-sentabr, -10
Long
2008-02-05T18:30:30 = 5-fevral, 2008
1995-12-22T09:05:02 = 22-dekabr, 1995
-0010-09-15T04:44:23 = 15-sentabr, -10
Medium
2008-02-05T18:30:30 = 5-fev, 2008
1995-12-22T09:05:02 = 22-dek, 1995
-0010-09-15T04:44:23 = 15-sen, -10
Short
2008-02-05T18:30:30 = 05/02/08
1995-12-22T09:05:02 = 22/12/95
-0010-09-15T04:44:23 = 15/09/-10
Full
2008-02-05T18:30:30 = 18:30:30 (UTC)
1995-12-22T09:05:02 = 9:05:02 (UTC)
-0010-09-15T04:44:23 = 4:44:23 (UTC)
Long
2008-02-05T18:30:30 = 18:30:30 (UTC)
1995-12-22T09:05:02 = 9:05:02 (UTC)
-0010-09-15T04:44:23 = 4:44:23 (UTC)
Medium
2008-02-05T18:30:30 = 18:30:30
1995-12-22T09:05:02 = 09:05:02
-0010-09-15T04:44:23 = 04:44:23
Short
2008-02-05T18:30:30 = 18:30
1995-12-22T09:05:02 = 09:05
-0010-09-15T04:44:23 = 04:44
Full
2008-02-05T18:30:30 = seshanba, 5-fevral, 2008, 18:30:30 (UTC)
1995-12-22T09:05:02 = juma, 22-dekabr, 1995, 9:05:02 (UTC)
-0010-09-15T04:44:23 = shanba, 15-sentabr, -10, 4:44:23 (UTC)
Long
2008-02-05T18:30:30 = 5-fevral, 2008, 18:30:30 (UTC)
1995-12-22T09:05:02 = 22-dekabr, 1995, 9:05:02 (UTC)
-0010-09-15T04:44:23 = 15-sentabr, -10, 4:44:23 (UTC)
Medium
2008-02-05T18:30:30 = 5-fev, 2008, 18:30:30
1995-12-22T09:05:02 = 22-dek, 1995, 09:05:02
-0010-09-15T04:44:23 = 15-sen, -10, 04:44:23
Short
2008-02-05T18:30:30 = 05/02/08, 18:30
1995-12-22T09:05:02 = 22/12/95, 09:05
-0010-09-15T04:44:23 = 15/09/-10, 04:44
Bh (B h)
2008-02-05T18:30:30 = B 6
1995-12-22T09:05:02 = B 9
-0010-09-15T04:44:23 = B 4
Bhm (B h:mm)
2008-02-05T18:30:30 = B 6:30
1995-12-22T09:05:02 = B 9:05
-0010-09-15T04:44:23 = B 4:44
Bhms (B h:mm:ss)
2008-02-05T18:30:30 = B 6:30:30
1995-12-22T09:05:02 = B 9:05:02
-0010-09-15T04:44:23 = B 4:44:23
E (ccc)
2008-02-05T18:30:30 = Sesh
1995-12-22T09:05:02 = Jum
-0010-09-15T04:44:23 = Shan
EBhm (E, B h:mm)
2008-02-05T18:30:30 = Sesh, B 6:30
1995-12-22T09:05:02 = Jum, B 9:05
-0010-09-15T04:44:23 = Shan, B 4:44
EBhms (E, B h:mm:ss)
2008-02-05T18:30:30 = Sesh, B 6:30:30
1995-12-22T09:05:02 = Jum, B 9:05:02
-0010-09-15T04:44:23 = Shan, B 4:44:23
EHm (E, HH:mm)
2008-02-05T18:30:30 = Sesh, 18:30
1995-12-22T09:05:02 = Jum, 09:05
-0010-09-15T04:44:23 = Shan, 04:44
EHms (E, HH:mm:ss)
2008-02-05T18:30:30 = Sesh, 18:30:30
1995-12-22T09:05:02 = Jum, 09:05:02
-0010-09-15T04:44:23 = Shan, 04:44:23
Ed (d, E)
2008-02-05T18:30:30 = 5, Sesh
1995-12-22T09:05:02 = 22, Jum
-0010-09-15T04:44:23 = 15, Shan
Ehm (E, h:mm a)
2008-02-05T18:30:30 = Sesh, 6:30 TK
1995-12-22T09:05:02 = Jum, 9:05 TO
-0010-09-15T04:44:23 = Shan, 4:44 TO
Ehms (E, h:mm:ss a)
2008-02-05T18:30:30 = Sesh, 6:30:30 TK
1995-12-22T09:05:02 = Jum, 9:05:02 TO
-0010-09-15T04:44:23 = Shan, 4:44:23 TO
Gy (G y)
2008-02-05T18:30:30 = milodiy 2008
1995-12-22T09:05:02 = milodiy 1995
-0010-09-15T04:44:23 = m.a. -10
GyMMM (MMM, G y)
2008-02-05T18:30:30 = fev, milodiy 2008
1995-12-22T09:05:02 = dek, milodiy 1995
-0010-09-15T04:44:23 = sen, m.a. -10
GyMMMEd (E, d-MMM, G y)
2008-02-05T18:30:30 = Sesh, 5-fev, milodiy 2008
1995-12-22T09:05:02 = Jum, 22-dek, milodiy 1995
-0010-09-15T04:44:23 = Shan, 15-sen, m.a. -10
GyMMMd (d-MMM, G y)
2008-02-05T18:30:30 = 5-fev, milodiy 2008
1995-12-22T09:05:02 = 22-dek, milodiy 1995
-0010-09-15T04:44:23 = 15-sen, m.a. -10
GyMd (dd.MM.y GGGGG)
2008-02-05T18:30:30 = 05.02.2008 milodiy
1995-12-22T09:05:02 = 22.12.1995 milodiy
-0010-09-15T04:44:23 = 15.09.-10 m.a.
H (HH)
2008-02-05T18:30:30 = 18
1995-12-22T09:05:02 = 09
-0010-09-15T04:44:23 = 04
Hm (HH:mm)
2008-02-05T18:30:30 = 18:30
1995-12-22T09:05:02 = 09:05
-0010-09-15T04:44:23 = 04:44
Hms (HH:mm:ss)
2008-02-05T18:30:30 = 18:30:30
1995-12-22T09:05:02 = 09:05:02
-0010-09-15T04:44:23 = 04:44:23
Hmsv (HH:mm:ss (v))
2008-02-05T18:30:30 = 18:30:30 (UTC)
1995-12-22T09:05:02 = 09:05:02 (UTC)
-0010-09-15T04:44:23 = 04:44:23 (UTC)
Hmv (HH:mm (v))
2008-02-05T18:30:30 = 18:30 (UTC)
1995-12-22T09:05:02 = 09:05 (UTC)
-0010-09-15T04:44:23 = 04:44 (UTC)
M (LL)
2008-02-05T18:30:30 = 02
1995-12-22T09:05:02 = 12
-0010-09-15T04:44:23 = 09
MEd (E, dd/MM)
2008-02-05T18:30:30 = Sesh, 05/02
1995-12-22T09:05:02 = Jum, 22/12
-0010-09-15T04:44:23 = Shan, 15/09
MMM (LLL)
2008-02-05T18:30:30 = Fev
1995-12-22T09:05:02 = Dek
-0010-09-15T04:44:23 = Sen
MMMEd (E, d-MMM)
2008-02-05T18:30:30 = Sesh, 5-fev
1995-12-22T09:05:02 = Jum, 22-dek
-0010-09-15T04:44:23 = Shan, 15-sen
MMMMW-count-one (MMMM, W-'hafta')
2008-02-05T18:30:30 = fevral, 1-hafta
1995-12-22T09:05:02 = dekabr, 3-hafta
-0010-09-15T04:44:23 = sentabr, 2-hafta
MMMMW-count-other (MMMM, W-'hafta')
2008-02-05T18:30:30 = fevral, 1-hafta
1995-12-22T09:05:02 = dekabr, 3-hafta
-0010-09-15T04:44:23 = sentabr, 2-hafta
MMMMd (d-MMMM)
2008-02-05T18:30:30 = 5-fevral
1995-12-22T09:05:02 = 22-dekabr
-0010-09-15T04:44:23 = 15-sentabr
MMMd (d-MMM)
2008-02-05T18:30:30 = 5-fev
1995-12-22T09:05:02 = 22-dek
-0010-09-15T04:44:23 = 15-sen
Md (dd/MM)
2008-02-05T18:30:30 = 05/02
1995-12-22T09:05:02 = 22/12
-0010-09-15T04:44:23 = 15/09
d (d)
2008-02-05T18:30:30 = 5
1995-12-22T09:05:02 = 22
-0010-09-15T04:44:23 = 15
h (h a)
2008-02-05T18:30:30 = 6 TK
1995-12-22T09:05:02 = 9 TO
-0010-09-15T04:44:23 = 4 TO
hm (h:mm a)
2008-02-05T18:30:30 = 6:30 TK
1995-12-22T09:05:02 = 9:05 TO
-0010-09-15T04:44:23 = 4:44 TO
hms (h:mm:ss a)
2008-02-05T18:30:30 = 6:30:30 TK
1995-12-22T09:05:02 = 9:05:02 TO
-0010-09-15T04:44:23 = 4:44:23 TO
hmsv (h:mm:ss a (v))
2008-02-05T18:30:30 = 6:30:30 TK (UTC)
1995-12-22T09:05:02 = 9:05:02 TO (UTC)
-0010-09-15T04:44:23 = 4:44:23 TO (UTC)
hmv (h:mm a (v))
2008-02-05T18:30:30 = 6:30 TK (UTC)
1995-12-22T09:05:02 = 9:05 TO (UTC)
-0010-09-15T04:44:23 = 4:44 TO (UTC)
ms (mm:ss)
2008-02-05T18:30:30 = 30:30
1995-12-22T09:05:02 = 05:02
-0010-09-15T04:44:23 = 44:23
y (y)
2008-02-05T18:30:30 = 2008
1995-12-22T09:05:02 = 1995
-0010-09-15T04:44:23 = -10
yM (MM.y)
2008-02-05T18:30:30 = 02.2008
1995-12-22T09:05:02 = 12.1995
-0010-09-15T04:44:23 = 09.-10
yMEd (E, dd/MM/y)
2008-02-05T18:30:30 = Sesh, 05/02/2008
1995-12-22T09:05:02 = Jum, 22/12/1995
-0010-09-15T04:44:23 = Shan, 15/09/-10
yMMM (MMM, y)
2008-02-05T18:30:30 = fev, 2008
1995-12-22T09:05:02 = dek, 1995
-0010-09-15T04:44:23 = sen, -10
yMMMEd (E, d-MMM, y)
2008-02-05T18:30:30 = Sesh, 5-fev, 2008
1995-12-22T09:05:02 = Jum, 22-dek, 1995
-0010-09-15T04:44:23 = Shan, 15-sen, -10
yMMMM (MMMM, y)
2008-02-05T18:30:30 = fevral, 2008
1995-12-22T09:05:02 = dekabr, 1995
-0010-09-15T04:44:23 = sentabr, -10
yMMMd (d-MMM, y)
2008-02-05T18:30:30 = 5-fev, 2008
1995-12-22T09:05:02 = 22-dek, 1995
-0010-09-15T04:44:23 = 15-sen, -10
yMd (dd/MM/y)
2008-02-05T18:30:30 = 05/02/2008
1995-12-22T09:05:02 = 22/12/1995
-0010-09-15T04:44:23 = 15/09/-10
yQQQ (y, QQQ)
2008-02-05T18:30:30 = 2008, 1-ch
1995-12-22T09:05:02 = 1995, 4-ch
-0010-09-15T04:44:23 = -10, 3-ch
yQQQQ (y, QQQQ)
2008-02-05T18:30:30 = 2008, 1-chorak
1995-12-22T09:05:02 = 1995, 4-chorak
-0010-09-15T04:44:23 = -10, 3-chorak
yw-count-one (Y, w-'hafta')
2008-02-05T18:30:30 = 2008, 6-hafta
1995-12-22T09:05:02 = 1995, 51-hafta
-0010-09-15T04:44:23 = -10, 37-hafta
yw-count-other (Y, w-'hafta')
2008-02-05T18:30:30 = 2008, 6-hafta
1995-12-22T09:05:02 = 1995, 51-hafta
-0010-09-15T04:44:23 = -10, 37-hafta
Prefers 24 hour time?
Yes
Local first day of the week
1 (dushanba)
%c (%a %b %e %H:%M:%S %Y) - date time format
2008-02-05T18:30:30 = Sesh fev 5 18:30:30 2008
1995-12-22T09:05:02 = Jum dek 22 09:05:02 1995
-0010-09-15T04:44:23 = Shan sen 15 04:44:23 -10
%x (%m/%d/%y) - date format
2008-02-05T18:30:30 = 02/05/08
1995-12-22T09:05:02 = 12/22/95
-0010-09-15T04:44:23 = 09/15/10
%X (%H:%M:%S) - time format
2008-02-05T18:30:30 = 18:30:30
1995-12-22T09:05:02 = 09:05:02
-0010-09-15T04:44:23 = 04:44:23
See DateTime::Locale.
Generated by phpman v4.9.29 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-23 22:25 @216.73.217.154
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format