In the FullCalendar dayClick event, can I get the events that already exist in clicked date?
http://arshaw.com/fullcalendar/docs/mouse/dayClick/
Let me expla
You can use the Moment library. For example:
$('#endDate').val(moment(endDate).format('YYYY-MM-DD hh:mm:ss'));
http://momentjs.com/docs/#/displaying/format/