JQuery JavaScript Tutorial





  jQuery UI Datepicker - Display button bar
  
  
  
  
  
  
  $(function() {
    $('#datepicker').datepicker({
      showButtonPanel: true
    });
  });
  



Date: 




Display a button for selecting Today's date and a Done button for closing the calendar with the boolean showButtonPanel option.  Each button is enabled by default when the bar is displayed, but can be turned off with additional options.  Button text is customizable.