Home › Forums › ACF PRO › New field date-time-picker clashes with add-on › Reply To: New field date-time-picker clashes with add-on
Hi @britta
As a temp fix, you may comment out the inclusion of ACF’s date_time picker in the file: acf.php on line 224:
// acf_include('fields/date_time_picker.php');
This will prevent ACF from including it’s own, and you can continue to use the 3rd party one.
Can you please check your DB wp_postmeta table and view the value that is stored by the 3rd party field?
What is the value?
– ACF PRO saves the value like so: YYYY-MM-DD hh:ii:ss
– If the values are similar, they should be compatible
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.