First of all check live example . There is a mask for dates on text box. Also there is a jQueryUI datepicker. They are working very well but when i choose a date with datepicker, text box's mask is disappearing. I want to keep it. Any ideas?
feedback
|
|
I used this post: http://www.derekallard.com/blog/post/adding-time-to-jquery-ui-datepicker to create this fiddle: http://jsfiddle.net/smdvA/8/ You can adjust the javascript to default to 00:00 if you don't want the current time as the default.
Thought I would add that this could be shortened to:
fiddle: http://jsfiddle.net/smdvA/16/ | ||||
|
feedback
|