Subversion Repositories SmartDukaan

Rev

Rev 2348 | Rev 2868 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2348 Rev 2836
Line 301... Line 301...
301
     #include ( "templates/commonjsfiles.vm" )
301
     #include ( "templates/commonjsfiles.vm" )
302
	
302
	
303
    <script>
303
    <script>
304
      $( "#txtDateOfBirth" ).datepicker({
304
      $( "#txtDateOfBirth" ).datepicker({
305
        changeMonth: true,
305
        changeMonth: true,
306
        changeYear: true
306
        changeYear: true,
-
 
307
		yearRange: '1940:2000'
307
      });
308
      });
308
    </script>
309
    </script>
309
 
310
 
310
  </body>
311
  </body>
311
</html>
312
</html>