There is a small but important bug in your zoom code. When you click on a month to zoom into the weeks of that month, the first week number is off by one! leaving us with [ week 3, week 3, week 4, week 5]. the first week is always 1 too many! We just purchased this tool, and need to fix this issue.
Thanks
We have the same problem. Is there a way to solve or go around it?
A reply would be nice.
Answer posted by Dan Letecky [DayPilot] 14 years ago.
This could happen for WeekStarts=Sunday. The week number calculation is based on ISO 8601 which uses Monday as the first day of week. The supplied Sunday belongs to a previous week according to the standard.