Include min and max date in jquery calendar -


i having following code, how can add min , max date well?

   $("#datepicker").datepicker({ dateformat: 'dd-m-yy', altfield: 'dd-m-yy', altformat: 'd/m/y'}); 

$("#datepicker").datepicker({         dateformat: 'dd-m-yy',         altfield: 'dd-m-yy',         altformat: 'd/m/y',         mindate: new date(2007, 1 - 1, 1),         maxdate: '+1m +1w'     }); 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -