Want to find the way to change the default date format in FullCalendar.
Actually, it is: Tue Aug 13 2013 18:00:00 GMT-0400 (EDT)
My solution:
select: function (start, end, allDay) { var startFix= moment($.fullCalendar.formatDate(start, 'YYYY-MM-DD')); newCalendar(startFix); }