Jquery JavaScript DHTML





  jQuery UI Datepicker - Display month & year menus
  
  
  
  
  
  
  $(function() {
    $('#datepicker').datepicker({
      changeMonth: true,
      changeYear: true
    });
  });
  



Date: 




Show month and year dropdowns in place of the static month/year header to facilitate navigation through large timeframes.  Add the boolean changeMonth and changeYear options.