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
is that the actual code? The field name should be in quotes
update_field('document_review_date_reminder_trigger', $remindDate);
You may need to provide the post ID
update_field('document_review_date_reminder_trigger', $remindDate, $post_id);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.