My Datetime picker is working fine but the arrow to navigate through time and day are not showing properly.
Safari
Chrome
I\'ve tried to set back th
$('.dateP').datetimepicker( { icons: { up: 'fa fa-angle-right', down: 'fa fa-angle-left' } });
In this way you can use your custom icons as glyphicons have been deprecated!