is there any way to fix the date format on v1.0.8.16, after the php updated to 8.3 all the date look like this
Code: Select all
%05/%24/%2025Omar
Code: Select all
%05/%24/%2025Code: Select all
$long_date_formatter = new IntlDateFormatter('en', IntlDateFormatter::FULL, IntlDateFormatter::NONE);
$short_date_formatter = new IntlDateFormatter('en', IntlDateFormatter::SHORT, IntlDateFormatter::NONE);
$date_time_formatter = new IntlDateFormatter('en', IntlDateFormatter::SHORT, IntlDateFormatter::LONG);I am on the way to v1.1.0.2 and and the Finnish language almost done and working well on our dev version , till then we are on v1.0.8.16.