Bootstrap Spinner convenient numeric input
Datepicker Plugins for Bootstrap
Attached to a field with the format specified via options.
Attached to a field with the format specified via data tag.
<div id="datePickerVia" data-date="09/19/12" data-date-format="mm/dd/yy"></div>
As component.
Attached to other elment then field and using events to work with the date values.
Attached to div (inline)
DateTimePicker Plugins for Bootstrap
Default behavior in pt-BR, picks date/time with fast masked input typing (need only to type the numbers, the static part of the mask is inserted automatically if missing) or via the popup widget, which supports year, month, day, hour and minute views
Default
US date/hour format.
Disables date picker.
Disables time picker.
DateRangePicker select date range
The date range picker relies on jQuery, Datejs for parsing strings into dates and defining custom ranges, and the Twitter Bootstrap CSS.
Pre-defined Ranges & Custom callback handler
- Custom callback handler called when the date range selection is made
- Setting initial start and end dates for the calendars
- Bounding the minimum and maximum selectable dates
- Overriding all labels in the interface with localized text
- Starting the calendar week on any day of week
- Overriding the direction the dropdown expands (left/right of element it's attached to)
- Setting the date format string for parsing string inputs
ColorPicker select color
Attached to a field with hex format specified via options.
Attachet to a field with the rgba format specified via data tag.
As component.
Using events to work with the color.