Support

Account

Home Forums Front-end Issues Date output Reply To: Date output

  • Thanks Elliot,

    I upgraded my php to 5.3 and no change. The code I posted works great, it’s just when I try to reformat the display date, it breaks. Maybe I’m missing something on how I’m implementing it.

    Where in my above code would I add this code to reformat? Also, did I customize this correctly to fit my use?

    $date = DateTime::createFromFormat(‘Ymd’, get_field(‘onsale’));
    echo $date->format(‘D, m y’);

    Thanks again!