Paul Vetter
Paul Vetter
hmm are you sure? because before setting the range I'm kind of checking start/end: ``` if(firstDayOfYear.getTime() < this.options.start) { firstDayOfYear = new Date(this.options.start); } if(lastDayOfYear.getTime() > this.options.end) { lastDayOfYear =...
sry the PR gets polluted by other commits I'm currently testing...don't know how to disable this
I have gone back on my baster branch and also made a branch out of it :) will make the other feature I'm currently on directly as a branch :)...