views:

102

answers:

4

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

A: 

I've used this and found it good.

codaddict
+1  A: 

I use Jquery UI datepicker. Easy and Colorful. http://jqueryui.com/demos/datepicker

saturngod
A: 

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

Mahesh Velaga
A: 

Here's a really simple (no JS frameworks required) one I made, i hope you find it useful. It looks like this: alt text

And here's the links:

Chris