Support

Account

Home Forums General Issues Is it possible to take the acf date and display it differently? Reply To: Is it possible to take the acf date and display it differently?

  • I think you have a display format or output format when you create the acf date field.
    If not you can use.

    $newDateFormat = date("F j, Y",strtotime($oldDateFormat));