Thank you Derick,
I will report it there.
Regards,
Markus
On 20.11.2017 11:03, Derick Rethans wrote:
On Sun, 19 Nov 2017, Markus Fasselt wrote:
I just noticed an issue with PHP's DateFormatter and some locales.
Consider this example code:
foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as
On Sun, 19 Nov 2017, Markus Fasselt wrote:
> I just noticed an issue with PHP's DateFormatter and some locales.
>
> Consider this example code:
>
> > foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as $locale) {
> > $df = new IntlDateFormatter($locale, IntlDateFormatter::LONG,
> > IntlDateForm
Hello internals,
I just noticed an issue with PHP's DateFormatter and some locales.
Consider this example code:
foreach (['en', 'de', 'da', 'pt', 'fr', 'cs'] as $locale) {
$df = new IntlDateFormatter($locale, IntlDateFormatter::LONG,
IntlDateFormatter::SHORT);
var_dump($locale . ': '