Open i-ed opened 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.
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.