Bootstrap DateTime Picker is a picker which supports both date and time picking in a Twitter bootstrap context.
| Tags | JavaScript library bootstrap component components & libraries picker form filler form filling |
|---|---|
| Licenses | Apache 2.0 |
| Operating Systems | all |
| Implementation | JavaScript CSS HTML |
| Translations | English French Italiano Spanish German Dutch Deutsch |
Last announcement
Proud to be referenced by the OSChina portal :
http://www.oschina.net/news/37157/bootstrap-datetime-picker-1-1-0
Recent releases


Release Notes: A patch to fix an issue on viewSelect, which took inverted logic.


Release Notes: The release introduce meridian support (AM/PM). Both selection screens (day and hour) and input field has been updated to support this functionality. To use it, just activate the "showMeridian" flag and update the date format. This release lets you choose the selection of the view from which the input field is updated. By default, it's the last one, but you can specify it with the "viewSelect" property.


Release Notes: One bug has been fixed concerning the start date. An optimization has been added to prevent to many events from being triggered on a 'hide' call. The JavaScript file is now available in the minified release (yui compressor).


Release Notes: This release fix a timezone bug. This bug generated an incorrect month view where many days were missing.


Release Notes: Instead of selecting the start date if you pick an out of range date, now nothing is selected but an event is triggered (outOfRange). pickerReferer has been deprecated. pickerPosition has been added, placing the picker just under the input field in the component implementation.