Hai,
I have a form with multiple date fields, Can anyone suggest me simple date picker in jquery or in simple javascript?
Note: My form contains multiple date fields
Hai,
I have a form with multiple date fields, Can anyone suggest me simple date picker in jquery or in simple javascript?
Note: My form contains multiple date fields
I use Jquery UI datepicker. Easy and Colorful. http://jqueryui.com/demos/datepicker
I used Keith Wood's datepicker which is now merged to JQuery UI, and now became JQuery UI Date Picker. Its simple to edit it and I even made some changes to it to make it do what I desired for my project.
Thanks
Here's a really simple (no JS frameworks required) one I made, i hope you find it useful. It looks like this:
And here's the links: