ericjgagnon / wickedpicker

A simple jQuery timepicker
http://ericjgagnon.github.io/wickedpicker/
MIT License
93 stars 78 forks source link

Add hide method and timeSeparator option #43

Closed rseyferth closed 7 years ago

rseyferth commented 7 years ago

I've added a global hide method to hide the picker manually:

$('input.timepicker').wickedpicker('hide');

And the option to format the time differently by specifying a separator.

ericjgagnon commented 7 years ago

Great addition thanks 👍

rseyferth commented 7 years ago

Cool! Can you make create a new release so I can pull it in through bower?