Skip to content

MDTimePicker v1.0.1

Choose a tag to compare

@dmuy dmuy released this 09 May 03:52
· 22 commits to master since this release

Change log

  • Added dark theme; and allowed config to specify custom theme name; added custom theme format (mdtimepicker-theme.css)
  • Added clearBtn config 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');