I have a custom-written jQuery datepicker that I'd prefer to use, and I've been able to successfully, however, it's a required field and upon validation, if the field is not filled in, the plugin reverts to it's own built-in datepicker.
How can I override this to continue using my own datepicker upon validation?
If you're interested, what my version does that I need is this:
I have two date fields - check in and check out.
My datepicker does not allow for a date prior to one day ahead of the current date to be selected on the first date, and the second date must be 7 or more days, but no more than 30 days, after the first date selected. It also has different styling and displays two months at a time, but those I can modify myself - the rest I can't since I'm not a coder, hence my custom script that someone else did for me.
If you can tell me specifically how to modify the built-in datepicker I would use it, otherwise I just need to know how to continue using mine on validation.
Thanks for any help you can lend....