bootstrap-datetimepicker
bootstrap-datetimepicker copied to clipboard
Fontawesome 4 - support
Could you update the plugin to support font awesome 4 :)?
I second this, maybe the choice of icons?
Hey,
Any update on this issue?
+1
So everything breaks when you change glyphicon to fa (for font awesome)?? That ain't logic!
Needed the same, so here are the icons I'm using (prob makes more sense to implement this plugin-wide)
$element.datetimepicker({
debug: true,
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: 'fa fa-calendar-check-o',
clear: 'fa fa-trash-o',
close: 'fa fa-close'
}
});
Here are some screens of these icons:
Thanks @onassar, worked perfectly :+1:
Thanks @onassar, worked perfectly :+1:
thank you !!!!
@onassar mind filing a pull request for this?
@AuspeXeu don't have much time at the moment, but I'd def. reco copy/pasting and pulling one if you think it's worthwhile :+1:
Absolutely :) would be great!
I just installed using npm and it supports fa. Just pass fontAwesome: true
as option and that's it!