kalendar
kalendar copied to clipboard
onDayClick not returning a valid date
According to the documentation, a date object is supposed to be passed along with the onDayClick function. Despite typing the example code found at http://www.ericwenn.se/kalendar/documentation#ondayclick exactly as is, the output of the alert is "The Date Object undefined and it's this-month". This is concerning, as I need the value of the date I am clicking on for the application I am working on. Is this a bug, or just a discrepancy in the documentation?