#Bootstrap v3 datetimepicker widget
##Using Moment.js Version 2 now requires Momentjs. Version 1 can still be found here. Version 2 has better support for date formats and mutilanguage. See documentation for examples.
####New feature (2.0.1)!
- New event
error.dp
fires when plugin cannot parse date or when increase/descreasing hours/minutes to a disabled date. See Example#7 - Minor fixes
####New feature (2.0.0)!
disabledDates
is now an option to set the disabled dates. It accepts date objects likenew Date("November 12, 2013 00:00:00")
and12/25/2013' and
moment` date objects. See Example#7 for usage.- Events are easier to use; see Example#8
###Removed features
- pickSeconds
- pick12HourFormat
- maskInput
Documentation is here with examples and usage.