I am currently developing an order system where the user can select which day they would like their order to be delivered.
I need to have a page where a calendar/datepicker is visible (not activated by popup) at all times and has all past dates, todays date and 3 days into the future blocked out. The user can then select from the dates available which is then submitted to the client.
Any assistance would be much appreciated!
Check the following links:
http://jqueryui.com/demos/datepicker/#inline
http://jqueryui.com/demos/datepicker/#min-max
The description says this:
“Set the beginning and end dates as actual dates (new Date(2009, 1 – 1, 26)), as a numeric offset from today (-20), or as a string of periods and units (‘+1M +10D’)”