Alex, one of the things I have read before about using the dropdown is how it uses a standard jQuery library, so you would have to do some modifications directly to that library.
Here is where I read it before (http://www.gravityhelp.com/forums/topic/limit-date-field-to-only-current-date-and-future-dates-%E2%80%93within-wordpress)
and basically you would probably need to do something like this
$("#datepicker").datepicker({ minDate: 0 });
in one of the library files.
I am not able to tell you at the moment which file of the jQuery library you would need to modifiy, but hopefully this will get you started.
Posted 11 years ago on Tuesday January 15, 2013 |
Permalink