views:

27

answers:

0

I am trying to implement the standard jQuery datepicker control ... I am trying to move away from BasicDatePicker, which I use in a variety of my ASP.NET Web Forms projects.

That aside, the BasicDatePicker did have a great option, which was the ability to display a None button. When the user selected the None button it would clear the text box where the date was displayed.

Is this possible to do with the current jQuery datepicker? If not, can I change the Done button to be None and do my functionality?

Thanks in advance!

Update 1:55pm

I noticed there is an option to close and clear the date with a keystroke...

ctrl+end - close and erase the date

Looking to add a None button to the calendar display so that the user can just click the button and would have the same results.