Title: date &amp; time picker &#8220;NOW&#8221; issue
Last modified: September 13, 2019

---

# date & time picker “NOW” issue

 *  [nd62](https://wordpress.org/support/users/nd62/)
 * (@nd62)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/date-time-picker-now-issue/)
 * Hi
 * first of all i am using the pro version (licenced)
 * i was trying to have “NOW” date & time to be auto display without the needs to
   click on “NOW”.
 * i was giving this piece of code but unfortunately it did not do the job:
 * —————————————
 * add_filter(‘acf/load_field/name=YOUR_DATE_FIELD’, ‘my_acf_default_date’);
 * function my_acf_default_date($field) {
 * $field[‘default_value’] = date(‘Y-m-d H:i:s’);
 * return $field;
    } ——————————————–
 * the “Now” time and date auto displaying with the above code but unfortunately
   the NOW time and date not correct.
 * example:
 * my Sydney Australia current time / desktop time was: 11/09/2019 1:11 AM
 * on my sites NOW ACF datepicker is displaying: 10/09/ 3:11 PM instead of 11/09/
   2019 1:11 AM
 * thanks

The topic ‘date & time picker “NOW” issue’ is closed to new replies.

 * ![](https://ps.w.org/advanced-custom-fields/assets/icon.svg?rev=3207824)
 * [Advanced Custom Fields (ACF®)](https://wordpress.org/plugins/advanced-custom-fields/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-custom-fields/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-custom-fields/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-custom-fields/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-custom-fields/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-custom-fields/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [nd62](https://wordpress.org/support/users/nd62/)
 * Last activity: [6 years, 8 months ago](https://wordpress.org/support/topic/date-time-picker-now-issue/)
 * Status: not resolved