customd / jquery-calendar

A full day, week, and resource calendar for use with jQuery.
MIT License
62 stars 26 forks source link

Fix month calendar event's placing #3

Closed tsfreitas closed 11 years ago

tsfreitas commented 11 years ago

The js did not count the correct number of days to place de event. It just walk N days according the event's day number. If the calendar show days from the previous month, the events were positionings on the wrong day.

Now, its calculate the amount of day from the first date on the calendar to the events date and place it on the right day.

samatcd commented 11 years ago

Excellent, thanks for catching that one...