icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',
up: 'fa fa-chevron-up',
down: 'fa fa-chevron-down',
previous: 'fa fa-chevron-left',
next: 'fa fa-chevron-right',
today: 'glyphicon glyphicon-screenshot',
clear: 'fa fa-trash',
close: 'fa fa-times'
},
I am using this with Bootstrap 4 and the next/previous don't appear. I have this in my Javascript functions and everything else appears but the next/previous.
icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',
up: 'fa fa-plus',
down: 'fa fa-minus',
next: 'fa fa-chevron-left',
previous: 'fa fa-chevron-right'
},
Never mind, site was cached and works proper outside of me reversing the next/previous icons :)
Most helpful comment
I am using this with Bootstrap 4 and the next/previous don't appear. I have this in my Javascript functions and everything else appears but the next/previous.
icons: {
time: 'fa fa-clock-o',
date: 'fa fa-calendar',
up: 'fa fa-plus',
down: 'fa fa-minus',
next: 'fa fa-chevron-left',
previous: 'fa fa-chevron-right'
},