I am trying to integrate fullcalender to php mysql.I have used the following code.I want to format the date such it will come in format yyyy/mm/dd but when i use format stat
this code below should do the trick. (assuming you have the moment.min.js lib)
start=moment(start).format('YYYY-MM-DDTHH:mm:ssZ'); end=moment(end).format('YYYY-MM-DDTHH:mm:ssZ');