robmonie / jquery-week-calendar

Now actively maintained in the following fork - https://github.com/themouette/jquery-week-calendar
388 stars 391 forks source link

Uncaught TypeError: Cannot call method 'getFullYear' of undefined #34

Open i-ed opened 13 years ago

i-ed commented 13 years ago

Uncaught TypeError: Cannot call method 'getFullYear' of undefined

on line:

var midnightCurrentDate = new Date(date.getFullYear(), date.getMonth(), date.getDate());

and im guessing this is the first of many errors regarding this.

What ive done is added the week-calendar code to my jquery ui js file so its all together and im getting errors.