Support

Account

Home Forums ACF PRO Date picker i18n not working anymore

Helping

Date picker i18n not working anymore

  • 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.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Date picker i18n not working anymore’ is closed to new replies.