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

📖 NAME

DateTime::Locale::fr_FR - Locale data examples for the French France (fr-FR) locale

🚀 Quick Reference

Use Case Command Description
Load locale object my $locale = DateTime::Locale->load('fr_FR'); Load the French France locale
Full date/time formatting $locale->format_datetime($dt) Format datetime with full pattern (e.g. "mardi 5 février 2008 à 18:30:30 UTC")
Get wide day names $locale->day_names() Returns list of full day names (lundi, mardi, ...)
Get wide month names $locale->month_names() Returns list of full month names (janvier, février, ...)
Get first day of week $locale->first_day_of_week() Returns 1 (Monday) – first day is lundi
Check 24-hour time preference $locale->prefers_24_hour_time() Returns true (France uses 24h format)
Format with strftime %c $locale->format_c_strftime($dt) Example: "mar. 05 févr. 2008 18:30:30"

📝 DESCRIPTION

This pod file contains examples of the locale data available for the French France 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 (E)

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 MMM y G)

GyMMMd (d MMM y G)

GyMd (dd/MM/y GGGGG)

H (HH 'h')

Hm (HH:mm)

Hms (HH:mm:ss)

Hmsv (HH:mm:ss v)

Hmv (HH:mm v)

M (L)

MEd (E dd/MM)

MMM (LLL)

MMMEd (E d MMM)

MMMMW-count-one ('semaine' W (MMMM))

MMMMW-count-other ('semaine' W (MMMM))

MMMMd (d MMMM)

MMMd (d MMM)

Md (dd/MM)

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)

ms (mm:ss)

y (y)

yM (MM/y)

yMEd (E dd/MM/y)

yMMM (MMM y)

yMMMEd (E d MMM y)

yMMMM (MMMM y)

yMMMd (d MMM y)

yMd (dd/MM/y)

yQQQ (QQQ y)

yQQQQ (QQQQ y)

yw-count-one ('semaine' w 'de' Y)

yw-count-other ('semaine' w 'de' Y)

🧩 Miscellaneous

Prefers 24 hour time?

Yes

Local first day of the week

1 (lundi)

⏱️ 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.

DateTime::Locale::fr_FR(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.10.0-7-g98e9fd5 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-09-12 07:19 @2600:1f28:365:80b0:6f72:a904:73b0:e266
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!

^_top_^