maddhatter / laravel-fullcalendar

Laravel FullCalendar.io Helper
627 stars 267 forks source link

Deprecation warning while setting date in FullCalendar #143

Open INattivo opened 5 years ago

INattivo commented 5 years ago

Hi, using fullcalendar component browser give me "Deprecation warning: use moment.updateLocale(localeName, config) to change an existing locale."

Finding information about this error, the solution to this problem is setting the eventDataTransform function while initializing fullCalendar, but I don't know how to do this with laravel component.

https://stackoverflow.com/questions/51130630/deprecation-warning-while-setting-date-in-fullcalendar

Any idea to solve the problem? Thanks