Hi there,
I’m having a problem:
since I upgraded ACF PRO to 5.5.10 it seems the internationalization of the date picker field isn’t working anymore.
<?php $dateformatstring = "j F Y";
$unixtimestamp = strtotime(get_field('scadenza'));?>
<?php echo date_i18n($dateformatstring, $unixtimestamp); ?>
This output today date.
Instead, if I use the good old
<?php the_field('scadenza');?>
it still works perfectly.
Could you help me on this?
Hi @martinos
Please open a new support ticket at [email protected] and our friendly support team will be able to help further.