-
Couldn't load subscription status.
- Fork 8k
Closed as not planned
Description
Description
The following code:
echo (new IntlDateFormatter(
'fr_FR',
IntlDateFormatter::FULL,
IntlDateFormatter::FULL,
'Europe/Paris',
IntlDateFormatter::GREGORIAN,
'MMM YYYY'
))->format(new DateTime('2024-12-30'));
<?phpResulted in this output:
déc. 2025
But I expected this output instead:
déc. 2024
PHP Version
8.1.31
Operating System
No response