rome
rome copied to clipboard
Day Highlighting
Small change to accept an array of days that will be highlighted by the calendar. The highlight class is configurable in the usual way.
Performance is O(n) based on highlightedDays length. It could be close to constant time if isHighlightedDay was refactored to use the day as an object lookup.
:+1: Useful for ranges.