Support

Account

Home Forums Bug Reports Date Picker fields in Repeaters gone wrong after WP 5.3 update Reply To: Date Picker fields in Repeaters gone wrong after WP 5.3 update

  • I just found out that the culprit seems to be I’m using the following instructions in another part of my script BEFORE running the while loop on the repeater field:

    date_default_timezone_set(‘Europe/Rome’);
    setlocale(LC_TIME,’it_IT’);

    The point is that I’m in that timezone and I NEED to set it and the appropriate locale in order for other parts of my theme to work correctly and I don’t see why that should impact on ACF. Any clues?