lukaswojnar

Results 3 comments of lukaswojnar

No. I'm sorry, I haven't worked with JS timezones yet. Can you fix that?

I have created a screencast video with the bug: https://vid.me/ZHef As you can see, when I set max. Bound to: 2011-06-30 the maximum value it allowes me to select is...

Hi tonumikk, you can easily achieve this by **precalculating the desired date into a variable**: ```javascript // preparing date variables var startDate = new Date(); var endDate = new Date();...