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

Popular posts from this blog

javascript - JS causing window size to be bigger than necessary - Dropdown bug -

php - Calling a template part from a post -

How to mention the localhost in android -