Open GoogleCodeExporter opened 8 years ago
Have you figured out how to add a new date/time into the calendar. The date
formatting makes no sense to me.
Original comment by glcor...@gmail.com
on 31 Jul 2012 at 1:12
yes, adding a new date work fine, you have to set
eventsjson
to an url that return a json with data structure as in the provided example,
data formatting seems hardcoded here (not tested):
eventStringDate = eventDay + "/" + eventMonthToShow + "/" + eventYear;
until an option is available a quick solution is to change the above line in
jquery.eventCalendar.js.
If you mean data formatting inside the json is in milleseconds since epoch
Original comment by drakkan1...@gmail.com
on 31 Jul 2012 at 1:44
Original issue reported on code.google.com by
drakkan1...@gmail.com
on 29 Jul 2012 at 4:53