How do I get the actual date the user clicked on with Fullcalendar

When a user clicks on an event, I am looking for a way to obtain the date that the user clicked on. eventClick() only returns the start date of the event, and dayClick() of course, does not fire since the user clicked on an event.

Or, I'm looking for a way for dayClick() to fire regardless if the user clicks on an empty calendar cell or on an event.

9
задан JasonMArcher 9 October 2014 в 20:47
поделиться