Support

Account

Home Forums General Issues Date Picker Range of Years +-100 but I need more Reply To: Date Picker Range of Years +-100 but I need more

  • It works great. FYI for future visitors. The JS must be added AFTER acf-input is added. And example could be:

    wp_enqueue_script( get_stylesheet_directory_uri() . 'js/yourfile.js', array( 'jquery', 'acf-input' ), '1.0', false );