views:

45

answers:

4

Hello

I am looking for a Javascript/PHP based open-source calendar that can be used to select a date range.

If anyone can recommend a good solution for this task, let me know!

Requirements in the Ideal world:

  • Use the current day as the starting point
  • Allow dates to be chosen in week blocks rather than days. (i.e. you could choose Monday Sunday date ranges only) - highest prioity
  • Be set up as an HTML form that posts/gets the relevant dates
  • Prevent dates being chosen that are within a given timeframe of the current date. (e.g. dates within 1 week of the current date cannot be picked).
A: 

See http://www.dynarch.com/projects/calendar/

Gaioshin
A: 

If you want to select date range or date you may go with jQuery Date Range Picker.

or checkout full jquery calendars.

Krunal
A: 

Maybe that... http://www.mattkruse.com/javascript/calendarpopup/

This library doesn't require the utilisation of a framework such as prototype or jquery... It's just lite and efficient.

Jonathan
A: 

It would not be difficult to implement your restrictions using the YUI Calendar.

http://developer.yahoo.com/yui/calendar/

Vitor Py