4.17.47-a • Published 7 years ago

eonasdan-bootstrap-datetimepicker-bootstrap4beta v4.17.47-a

Weekly downloads
88
License
MIT
Repository
github
Last release
7 years ago

Bootstrap 3 Date/Time Picker

GitHub version   Travis

DateTimePicker

View the manual and demos

Installation instructions

Change Log

This issue tracker is no longer actively monitored.

Version 5

Version 5 is being completely rewritten in ES6 and modularized as Tempus Dominus.

v5 is in alpha.


Bootstrap 4 Beta

CSS to replace Glyphicon with Font Awesome

.fa, .glyphicon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.glyphicon-calendar:before,
.fa-calendar:before {
    content: "\f073";
}

.glyphicon-chevron-left:before,
.fa-chevron-left:before {
    content: "\f053";
}

.glyphicon-chevron-right:before,
.fa-chevron-right:before {
    content: "\f054";
}

.glyphicon-time:before,
.fa-clock-o:before {
    content: "\f017";
}

.glyphicon-chevron-up:before {
    content: "\f077";
}

.glyphicon-chevron-down:before {
    content: "\f078";
}