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 }); }
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 }); }