Good evening,
I currently have a problem showing the calendar with datetimepicker of bootstrap 3. It turns out that I highlighted the current date in yellow and a date of a next day in blue. I would like the blue color to be on the current date and not a day later.
I attached the error image:
$('.form_date').datetimepicker({
language: 'es',
format: 'yyyy-mm-dd' ,
weekStart: 0,
autoclose: 1,
todayHighlight: true,
toggleActive:true,
startView: 2,
minView: 2,
forceParse: 0,
pickerPosition: "bottom-left",
startDate: '-3m',
endDate: '+0d'
});