I have this date settings for the event start in fullCalendar
: month/day/year, for example '02/25/2012'. But i want this format day/month/year, how can i do?
I've tried using this expression $.fullCalendar.formatDate( date,'dd/MM/yyyy');
But when i insert the date in that format my calendar load the events in wrong dates. For example an event who should start on 29th February, is loaded on 1st February.
Why?