Open ziaongit opened 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
$('#time').bootstrapMaterialDatePicker({ date: false, format: 'HH:mm' });
This should be in the documentation.
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