- Bootstrap-datepicker provides a flexible datepicker widget in the Bootstrap style. Visit Bootstrap Datepicker page for more info.
-
-
-
to
-
-
Easily select a time for a text input using your mouse or keyboards arrow keys. Visit Bootstrap Timepicker page for more info.
Timepicker utilized Bootstrap 3 glyphicon icons that are not included with siQtheme. Make sure to set the icons object for the up/down to fontawesome or themify icons in configuration.
$('.timepicker').timepicker({ icons: { up: 'ti-angle-up', down: 'ti-angle-down' } });
-
-
-
-