jQuery UI datepicker setDate < minDate -
is possible setdate let's june 2013 have mindate defined august 2013? i'm trying , doesn't work reason. expected behavior see datepicker correct month (june) , dates should disabled (since mindate august).
example code (http://jsfiddle.net/npbz3/):
$('#dp').datepicker(); $('#dp').datepicker( "setdate", "10/12/2012" ); $('#dp').datepicker("option", "mindate", "10/12/2013" );
i don't think can use mindate in example cannot view dates before that. need disable dates set date, chosen minimum date. might find useful jquery ui datepicker. disable array of dates
Comments
Post a Comment