Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Eonasdan committed Oct 24, 2013
1 parent 393fa03 commit 7a6859c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version 2 now requires Momentjs. Version 1 can still be found [here](https://git
* maskInput

####New feature (2.0.0)!
* `defaultDate` is now an option to set the inital date. It accepts date objects like `new Date("November 12, 2013 00:00:00")` and `12/25/2013 00:00`
* partial support for moment.js
* `disabledDates` is now an option to set the disabled dates. It accepts date objects like `new Date("November 12, 2013 00:00:00")` and `12/25/2013' and `moment` date objects. See [Example#7](http://eonasdan.github.io/bootstrap-datetimepicker/#example7) for usage.
* Events are easier to use; see [Example#8](http://eonasdan.github.io/bootstrap-datetimepicker/#example8)

Documentation is [here](http://eonasdan.github.io/bootstrap-datetimepicker/) with examples and usage.

0 comments on commit 7a6859c

Please sign in to comment.