jQuery-Timepicker-Addon icon indicating copy to clipboard operation
jQuery-Timepicker-Addon copied to clipboard

Is there an option to remove the "Now" button?

Open jmzbond opened this issue 10 years ago • 3 comments

I couldn't seem to find this in the Docs, only how to change the text of the button.

Thanks, GREAT addon by the way! So glad I found it

jmzbond avatar Oct 09 '14 18:10 jmzbond

If i understand the question correctly.

ShowButtonPanel: false

glend1 avatar Dec 16 '14 11:12 glend1

Hi, showButtonPanel: false, hide both buttons Now and Done. Is there a way to show Done button and hide Now button?

lenamtl avatar Oct 29 '15 15:10 lenamtl

I think you can't disable directly but with this simple css

.ui-datepicker-current { display: none; }

should do the trick

ericzon avatar Nov 07 '16 03:11 ericzon