intl_date
201 sites
Security covered
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:
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