Support

Account

Home Forums General Issues date_picker – 1970 Reply To: date_picker – 1970

  • Hi @th219,

    When trying to create a PHP datetime object using the DatePicker field, it is recommended to use the following functions:

    $date = DateTime::createFromFormat('Ymd', get_field('exhibitionstartdate'));
    echo $date->format('d-m-Y');