I use bootstrap 4,fontawesome v5.7 and this plugin https://tempusdominus.github.io/bootstrap-4/Usage/
The calendar its working but my probleme is the icons is not showing
Look this screen:
The Following code solved my issue.
$.fn.datetimepicker.Constructor.Default = $.extend({},
$.fn.datetimepicker.Constructor.Default,
{ icons:
{ time: 'fas fa-clock',
date: 'fas fa-calendar',
up: 'fas fa-arrow-up',
down: 'fas fa-arrow-down',
previous: 'fas fa-arrow-circle-left',
next: 'fas fa-arrow-circle-right',
today: 'far fa-calendar-check-o',
clear: 'fas fa-trash',
close: 'far fa-times' } });
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With