Jquery JavaScript DHTML





  jQuery UI Datepicker - Display multiple months
  
  
  
  
  
  
  $(function() {
    $('#datepicker').datepicker({
      numberOfMonths: 3,
      showButtonPanel: true
    });
  });
  



Date: 




Set the numberOfMonths option to an integer of 2 or more to show multiple months in a single datepicker.