Closed muan closed 10 years ago
This seems problematic when date.getMonth() + 1 becomes more than 11. https://github.com/jlord/sheetsee-calendar/blob/gh-pages/js/table.js#L92 Need to test it out and make sure it performs alright all year round.
date.getMonth() + 1
Just works™
LOL.
You rocked a bunch of stuff today! I just reopened my email and saw them :boom:
This seems problematic when
date.getMonth() + 1
becomes more than 11. https://github.com/jlord/sheetsee-calendar/blob/gh-pages/js/table.js#L92 Need to test it out and make sure it performs alright all year round.