#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.
###Removed features
- pickSeconds
- pick12HourFormat
- maskInput
####New feature (2.0.0)!
disabledDatesis now an option to set the disabled dates. It accepts date objects likenew Date("November 12, 2013 00:00:00")and12/25/2013' andmoment` date objects. See Example#7 for usage.- Events are easier to use; see Example#8
Documentation is here with examples and usage.