How to type in the datepicker input box?
For ease of use I would like to be able to type into the datepicker input box instead of having to use the datepicker.
This can be sort of achieved with the following code:
The downside of this approach is that you lose access to the
Is there a way to have the best of both worlds?
This can be sort of achieved with the following code:
The downside of this approach is that you lose access to the
minDate() and maxDate() methods.Is there a way to have the best of both worlds?