timcharper / calendar_date_select

A previously popular but no longer maintained JavaScript DatePicker for RubyOnRails (and others)
http://code.google.com/p/calendardateselect/
Other
409 stars 179 forks source link

wrong cell highlighted in calendar #18

Open jdee opened 13 years ago

jdee commented 13 years ago

The cell assigned the "today" class (and consequently surrounded with a broken border) is consistently the previous day, not the current one. This behavior occurs regularly on Ubuntu Linux with Firefox and Google Chrome.

The issue is the Date.daysDistance method, which needs to call Math.ceil instead of Math.round.