T00rk / bootstrap-material-datetimepicker

Datepicker for bootstrap-material
http://t00rk.github.io/bootstrap-material-datetimepicker/
MIT License
9 stars 4 forks source link

time issue #192

Open ziaongit opened 6 years ago

ziaongit commented 6 years ago

I am selecting time, doing all required stuff, but in input field showing date instead of time. I selection showing clock to select from. But after pressing OK it show date instead of time

bacaAlexandre commented 6 years ago

$('#time').bootstrapMaterialDatePicker({ date: false, format: 'HH:mm' });

ropali commented 4 years ago

$('#time').bootstrapMaterialDatePicker({ date: false, format: 'HH:mm' });

This should be in the documentation.