date Europian way in the reservation plugin

GK User
Mon Aug 25, 2014 6:24 pm
How can i fix the problem if you make a reservation with the date.
now you see first the month than the day. like this 02-28-2014 in holland we always have first the day than the month.
like this 28-02-2014
User avatar
Fresh Boarder

GK User
Tue Aug 26, 2014 4:30 pm
Hello,

Please try to change the following line:

Code: Select all
format: 'MM/DD/YYYY',

to:
Code: Select all
format: 'DD/MM/YYYY',


in the js/kalendae.js file
User avatar
Administrator

GK User
Tue Aug 26, 2014 6:53 pm
Thank you
User avatar
Fresh Boarder


cron