Click here to Skip to main content
15,896,063 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
heyy..

I am using the jsDatePick (jsDatePick.min.1.3.js) ..In that , I want to disable the past date in the datepicker...

Any Idea..??

here is my jsCode:

XML
<script type="text/javascript">

         window.onload =
  function() {

         new JsDatePick({ useMode: 2, target: "ctl00_CPAPMSContents_txtBillCollectionDay1", mindate:"0",   dateFormat: "%d"  });
         new JsDatePick({ useMode: 2, target: "ctl00_CPAPMSContents_txtBillCollectionDay2",   dateFormat: "%d" });


  };
  </script>
Posted
Updated 1-Jul-13 21:14pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900