jQuery UI DatePicker defaults to the last date in the date range -


the datepicker defaults max date though default date has been provided. following code sets min, max & defaultdate date picker. however, when displayed textbox , default date in date picker set max date.

is datepicker bug?

  var = new date(parseint(dict["from"].substr(6)));   var = new date(parseint(dict["to"].substr(6)));   $("#plandate").datepicker('option', {                 dateformat: "mm/dd/yy",                 defaultdate: $.datepicker.formatdate("mm/dd/yy", from),                 mindate: from,                 maxdate:             }); 


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -