MDTimePicker v1.0.1
Change log
- Added
darktheme; and allowed config to specify custom theme name; added custom theme format (mdtimepicker-theme.css) - Added
clearBtnconfig to show clear button - Minor code fixes/improvements
Script improvement on calling built-in functions
// setting the value
$('#timepicker').mdtimepicker('setValue', '3:30 PM');
// calling the `show` and `hide` functions
$('#timepicker').mdtimepicker('show');
$('#timepicker').mdtimepicker('hide');
// destroying the timepicker
$('#timepicker').mdtimepicker('destroy');