Support

Account

Home Forums General Issues Date/Time Picker Format Reply To: Date/Time Picker Format

  • Put the code where you are getting the value from acf, or just incorporate it into the call like I did above

    
    $date = date('F j, Y H:ia', strtotime(get_field('date_field'));
    echo $date;