Tempus-dominus: replace glyphicon to font awesome for support bootstrap4

Created on 11 Oct 2016  路  2Comments  路  Source: Eonasdan/tempus-dominus

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'
},

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'
},

All 2 comments

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 :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dungphanxuan picture dungphanxuan  路  3Comments

woohling picture woohling  路  4Comments

benbhale picture benbhale  路  5Comments

jnm2 picture jnm2  路  5Comments

ravindrabr picture ravindrabr  路  6Comments