Forum Moderators: open

Message Too Old, No Replies

jquery calendar

         

oboe

8:09 pm on Mar 20, 2011 (gmt 0)

10+ Year Member



Hi all, first time poster, long time reader here.

I'm trying to create a date range selection calendar for an accommodations website, basically I want to display a calendar that lets you click the start date followed by the end date, which in turn highlights the selected range, i'll then use those two date variables to generate the rate with ajax.

I've done some serious Googling but I just can't find what I'm looking for. Unfortunately my js/jquery coding skills aren't yet good enough to write one from scratch (hopefully one day :-) )

If anyone has any suggestions and can point me in the right direction I'd greatly appreciate it,

Cheers.

Fotiman

9:06 pm on Mar 20, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Welcome to WebmasterWorld!
You might check out the YUI2 Calendar. They even have an example of selecting a date interval
[developer.yahoo.com...]

There is also a calendar example for YUI3 that does the same thing:
[jayli.github.com...]

oboe

9:57 pm on Mar 20, 2011 (gmt 0)

10+ Year Member



Thanks, Fotiman! That is exactly what I'm after.

Cheers!

Fotiman

10:00 pm on Mar 20, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



It's possible jQuery has something similar, I'm just not familiar with it if it does. :)

coopster

12:43 am on Mar 21, 2011 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



jQuery UI Datepicker [jqueryui.com] includes date ranges.