Support

Account

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