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).