T00rk / bootstrap-material-datetimepicker

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

shortTime property ignored #198

Closed anlachel closed 6 years ago

anlachel commented 6 years ago

Trying to use it in Spanish, even setting format and other parameters. Everything works fine excepting that the value of the parameter 'shortTime' is ignored and AM/PM choice is shown. The rest of parameters work fine. This is the code of the parametrization: $(document).ready(function() { $('#beginDateTime').bootstrapMaterialDatePicker ({ shortTime : false, format : 'DD/MM/YYYY HH:mm', lang : 'es', minDate : '15/06/2017', weekStart : 1, cancelText : 'Cancelar', date : true, time : true }); }

anlachel commented 6 years ago

Sorry for posting. I was using an old version.