igorsoaresassis / jmonthcalendar

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

demo not working #45

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.download
2.unzip
3.open Demo.html
4. prev/next/today links are not working
5. on day click produces error "date.toLocaleDateString is not a function"

What version of the product are you using? On what operating system?
jMonthCalendar-1.3.2-beta2

Original issue reported on code.google.com by mih...@gmail.com on 27 Jan 2011 at 10:07

GoogleCodeExporter commented 8 years ago
The included demo has not been updated with new event handlers.

see http://www.bytecyclist.com/2009/08/09/jmonthcalendar-132-beta-release/

try this:

onDayCellClick: function(event) { 
    alert(event.data.Date.toLocaleDateString());
                    return true; 
}

but onMonthChanging  does not work at all.

This project is unmaintained and a real time suck. I just don't have the the 
time to trace thru and figure out why onMonthChanging is broken

Original comment by andrew...@gmail.com on 18 Apr 2011 at 1:43

GoogleCodeExporter commented 8 years ago
Check out fullcalendar it worked for me

Original comment by may...@gmail.com on 18 Jun 2013 at 4:28