Here is my form:
http://www.ilharley.com/about-us/service/service-appointment/
There is one date picker there. I'd be happy if I could highlight the current date with a solid red 1px border.
Even better:
http://bit.ly/cYfewY
I think you will have to select a bike from the first drop down, and enter a zip of 60402 for "Test Ride Location" ZIP code.
After you do that, the calendar pops up with today styled differently, past dates styled differently and un-selectable, and additionally tomorrow is styled even a little differently, to indicate it too is not available. Then the dates that are available are the next 10 or so days after that.
What I would like to do, ideally, is make the next n days un-selectable (so, in my application, you cannot make a service appointment in the next 3 days, but in July, maybe we are booked for the next week, so I might change it to 7 days or something).
Is that possible to do with JQuery? I'd be happy to just outline in red today's date, but I'd be ecstatic with the ability to make the first selectable date n days in the future.
Thanks, as always.