/bootstrap-datepicker-buttons

jQuery plugin to extend the Bootstrap-datepicker with buttons to select dates

MIT LicenseMIT

bootstrap-datepicker-buttons · GitHub license GitHub contributors

A jQuery Plugin to extend the Bootstrap-datepicker with buttons to select dates

alt tag

Requirements

Jquery 1.11
Bootstrap 3
Moment 2.9
Bootstrap-DatePicker

How to use

        $('.input-daterange').DatePickerButtons({
            colourfull: true
        });

Defaults

{
	"colourfull": true,
	"colour": "green",
	"dateformat": "datepicker.dateformat",
	"fromdateid": "datepicker.fromdate",
	"todateid": "datepicker.todate"
}