views:

968

answers:

6

I'm using this date picker right now: http://www.eyecon.ro/datepicker/

It's just not suiting my needs. What are some good jquery date pickers?

*I need to be able to select a date range. *I need to have a flat view that populates another input.

+2  A: 

How about the jQuery UI datepicker? Nice and simple to use!

Fermin
This one is good, but I need to be able to select a date range.
Kevin Brown
@Kevin Brown a date range is two date pickers, correct?
Joe Holloway
I can be, but for my purposes I think it'd be more user friendly to have one. This is perfect: http://stephencelis.com/projects/timeframe#example_informationBut it's for prototype.
Kevin Brown
+1  A: 

I recommend you Google for "date picker JQuery" and you are the only one who can say which one is better based on your need.

For now you can take a look at this DatePicker

Amr ElGarhy
A: 

I'm going to go with this date picker: http://www.eyecon.ro/datepicker/

Kevin Brown
A: 

I know you've made your choice, but you might want to look into Keith Wood's DatePicker anyway. It is very flexible, has a rich API with many useful validation possibilities and it also handles date ranges nicely.

codehead
Thanks for the input, codehead.
Kevin Brown
+7  A: 

The jQuery UI datepicker is close to canonical and quite themable.

cpharmston
+2  A: 

This page on ajaxline.com has screen shots of ten of them.

Sam Saffron