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

  • @geniusdivision – Thanks for the reply.

    Can you please test out the following code in one of your theme template files and report back with the date displayed?

    
    // Arbitrary date-time value.
    $time = strtotime('2019-11-18 08:30:00');
    
    // Display date.
    echo date_i18n('F j, Y g:i a', $time);