igorsoaresassis / jmonthcalendar

Automatically exported from code.google.com/p/jmonthcalendar
Other
0 stars 0 forks source link

1.3.2-beta2 onDayCellClick parameter not a Date #37

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I am using jMonthCalendar 1.3.2-beta2 and for the life of me can't figure
out how to extract the day when you click in a cell.  the older method:

                onDayCellClick: function(elem) {
                    alert(elem.getMonth());

now returns an error, presumably because the object passed in is not a date.

Original issue reported on code.google.com by davidstr...@gmail.com on 16 Jan 2010 at 6:45

GoogleCodeExporter commented 8 years ago
Please see closed issue #19

http://code.google.com/p/jmonthcalendar/issues/detail?
can=1&q=19&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary&i
d=19

Original comment by k.leneau@gmail.com on 8 Apr 2010 at 7:25