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

  • 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);