Module Description
PHP provides Intl extension, that solves the hard problem of localized date formatting. Drupal core doesn't cover the edge cases, like in some languages, the translation of the month differs based on the structure of the date format (ie. with or without the day).
Fine-grained date pattern components:
* https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-...
In the past, it was planned to have this in core, but for some heavily localized sites, it's a must to have this kind of flexibility.
What this module aims to provide:
* Date pattern configuration entities
* Date field formatter with configurable pattern
* Twig function for date formatting
Fine-grained date pattern components:
* https://unicode-org.github.io/icu/userguide/format_parse/datetime/#date-...
In the past, it was planned to have this in core, but for some heavily localized sites, it's a must to have this kind of flexibility.
What this module aims to provide:
* Date pattern configuration entities
* Date field formatter with configurable pattern
* Twig function for date formatting
Module Link
Project Usage
243
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to provide fine-grained date pattern components for localized date formatting in Drupal core.
Data Name
intl_date