Support

Account

Home Forums General Issues Alternative Date Picker Reply To: Alternative Date Picker

  • Hi @guit4eva

    ACF uses jQuery UI to show the date picker, so I’m afraid that is not possible. What you can do is to use the number field and select field instead for the date field. If you want, you can also update the input to a real date picker by using the update_field() function in the acf/save_post action hook.

    I hope this helps 🙂