Support

Account

Home Forums ACF PRO update_field date field not displaying date on the admin front-end Reply To: update_field date field not displaying date on the admin front-end

  • I was showing the way it was stored, not the PHP date format value. The code that was in question was update_field('field_559cfc4e569e7', '15/07/2015', 329); which did not use the PHP date() function. I did not know how that date was being generated and did not want to assume anything.