I am interested in implementing the datepicker feature from http://angular-ui.github.io/bootstrap/#/datepicker.
In addition, suppose I have a list of events for a specific date, like 12th January.
Would it be possible to change the color of that particular day on the datepicker to indicate that there are events scheduled for it?
This is important because I want users to easily identify which days have events happening.