eonasdan-bootstrap-datetimepicker-bootstrap4beta
v4.17.47-a
Published
[Modify to work with Bootstrap 4 beta. See README.md for css change.]: A date/time picker component designed to work with Bootstrap 3 and Momentjs. For usage, installation and demos see Project Site on GitHub
Downloads
105
Maintainers
Readme
Bootstrap 3 Date/Time Picker
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";
}