Jquery Minimum Date
-
Hi,
I would like to use Jquery to make the minimum selectable date tomorrow. I dont want to use the plugin feature as I will add a time condition to it.
I want to do something like this
jQuery(document).ready(function( $ ) { $("input.datepick").datepicker({ minDate: 1 }); });Any Ideas?
The topic ‘Jquery Minimum Date’ is closed to new replies.