bootstrap-calendar
bootstrap-calendar copied to clipboard
Calendar to visualize data using some bootstrap styles.
When you multiple events like: ``` javascript var events= [ {"date":"2014-08-02","title":"2"}, {"date":"2014-08-03","title":"1"}, {"date":"2014-08-10","title":"1"}, {"date":"2014-08-20","title":"1"}, ]; ``` The plugin show the events in date-1. Example. {"date":"2014-08-02","title":"2"}, show in 2014-08-01 {"date":"2014-08-20","title":"1"}, show...
the popover not showing correctly in bootstrap v 2.3.2