man > DateTime::Locale::et_EE(3pm)

📛 NAME

DateTime::Locale::et_EE - Locale data examples for the Estonian Estonia (et-EE) locale

🚀 Quick Reference

Use CaseCommandDescription
📂 Load localeuse DateTime::Locale::et_EE;Use the Estonian locale module
📂 Load via objectmy $locale = DateTime::Locale->load('et_EE');Load locale from locale ID
📅 Get wide day names$locale->day_wide()Returns list of wide day names (Esmaspäev, Teisipäev, ...)
📆 Get wide month names$locale->month_wide()Returns list of wide month names (jaanuar, veebruar, ...)
📅 Get abbreviated day names$locale->day_abbreviated()Returns list of abbreviated day names (E, T, K, ...)
📆 Get abbreviated month names$locale->month_abbreviated()Returns list of abbreviated month names (jaan, veebr, ...)
📅 Get narrow day names$locale->day_narrow()Returns list of narrow day names (E, T, K, ...)
📆 Get narrow month names$locale->month_narrow()Returns list of narrow month names (J, V, M, ...)
🕰️ Get era names$locale->era_wide()Returns list of wide era names (enne Kristust, pärast Kristust)
📅 Format a date$locale->format_date($dt, 'full')Format a DateTime object using a predefined format length
⏰ Format a time$locale->format_time($dt, 'full')Format time using locale-specific patterns
📅⏰ Format datetime$locale->format_datetime($dt, 'full')Format both date and time
🔧 Get first day of week$locale->first_day_of_week()Returns 1 (Esmaspäev) for Estonia
🔧 Check 24-hour time$locale->prefers_24_hour_time()Returns true (Estonia prefers 24-hour)

📖 DESCRIPTION

This pod file contains examples of the locale data available for the Estonian Estonia locale.

📅 Days

Wide (format)

Abbreviated (format)

Narrow (format)

Wide (stand-alone)

Abbreviated (stand-alone)

Narrow (stand-alone)

📆 Months

Wide (format)

Abbreviated (format)

Narrow (format)

Wide (stand-alone)

Abbreviated (stand-alone)

Narrow (stand-alone)

📊 Quarters

Wide (format)

Abbreviated (format)

Narrow (format)

Wide (stand-alone)

Abbreviated (stand-alone)

Narrow (stand-alone)

🕰️ Eras

Wide (format)

Abbreviated (format)

Narrow (format)

📅 Date Formats

Full

Long

Medium

Short

⏰ Time Formats

Full

Long

Medium

Short

📅⏰ Datetime Formats

Full

Long

Medium

Short

🧩 Available Formats

Bh (h B)

Bhm (h:mm B)

Bhms (h:mm:ss B)

E (ccc)

EBhm (E h:mm B)

EBhms (E h:mm:ss B)

EHm (E HH:mm)

EHms (E HH:mm:ss)

Ed (E, d)

Ehm (E h:mm a)

Ehms (E h:mm:ss a)

Gy (y G)

GyMMM (MMM y G)

GyMMMEd (E, d. MMMM y G)

GyMMMd (d. MMM y G)

GyMd (d.MM.y GGGGG)

H (HH)

Hm (HH:mm)

Hms (HH:mm:ss)

Hmsv (HH:mm:ss v)

Hmv (HH:mm v)

M (M)

MEd (E, d.M)

MMM (MMMM)

MMMEd (E, d. MMM)

MMMMEd (E, d. MMMM)

MMMMW-count-one (MMMM (W. 'nädal'))

MMMMW-count-other (MMMM (W. 'nädal'))

MMMMd (d. MMMM)

MMMd (d. MMM)

Md (d.M)

d (d)

h (h a)

hm (h:mm a)

hms (h:mm:ss a)

hmsv (h:mm:ss a v)

hmv (h:mm a v)

mmss (mm:ss)

ms (mm:ss)

y (y)

yM (M.y)

yMEd (E, d.M.y)

yMMM (MMM y)

yMMMEd (E, d. MMMM y)

yMMMM (MMMM y)

yMMMd (d. MMM y)

yMd (d.M.y)

yQQQ (QQQ y)

yQQQQ (QQQQ y)

yw-count-one (w. 'nädal' (Y))

yw-count-other (w. 'nädal' (Y))

🔧 Miscellaneous

Prefers 24 hour time?

Yes

Local first day of the week

1 (Esmaspäev)

⏳ Strftime Patterns

%c (%a %d %b %Y %T) - date time format

%x (%d.%m.%Y) - date format

%X (%T) - time format

📞 SUPPORT

See DateTime::Locale.

perl v5.32.1 2021-10-31 DateTime::Locale::et_EE(3pm)

DateTime::Locale::et_EE(3pm)
📛 NAME 🚀 Quick Reference 📖 DESCRIPTION
📅 Days 📆 Months 📊 Quarters 🕰️ Eras 📅 Date Formats ⏰ Time Formats 📅⏰ Datetime Formats 🧩 Available Formats 🔧 Miscellaneous ⏳ Strftime Patterns
📞 SUPPORT

Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-02 06:29 @216.73.217.9
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0 Transitional!Valid CSS!
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format

^_top_^