Support

Account

Home Forums Backend Issues (wp-admin) Get years below 1917 to show on date field select box Reply To: Get years below 1917 to show on date field select box

  • For the JS to work you’ll need to enqueue after loading ACF.

    wp_enqueue_script( 'date-picker-js', get_stylesheet_directory_uri() . '/js/custom_date_picker.js', array('acf-input'), '1.0.0', true );