Turning off "Today" button on button bar for datepicker
Hi,
On DatePicker demo page for button bar (http://jqueryui.com/demos/datepicker/#buttonbar), it mentions that the "Today" button or "Done" button can be turned off with some additional options:
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.
Does anyone know what are the options to turn off the "Today" button? If no such options are available, how can we hide this button right before the DatePicker shows (without modifying jquery-ui source code)?
Thank you!
Gary