Support

Account

Home Forums Front-end Issues How to change the frontend output (datefied) Reply To: How to change the frontend output (datefied)

  • Date fields have 2 settings “Display Format” and “Return Format”. The first is used when editing a post and the second is used when using get_field(), the_field(), etc.

    If these do not work for you for some reason then you would need to format the value yourself using PHP date() functions.