Hi there,

I m using SteakHouse template for Joomla. I have an issue with the GK_registration plugin. right now it's showing the date of reservations with the Month, Day, Year standards. I'm using it for a European restaurant so I need to change the set up to show the Day first and then the month and year of the registration.

Can you please, explain how I can fix it?

Thanks,

Eros,

Hi Eros,

Try opening this file: /templates/gk_steakhouse/js/kalendae.js

Approx line 1049, you can see this line of code:

format: 'MM/DD/YYYY'

change it to:

format: 'DD/MM/YYYY'

Then clear all caches.

Hi saguaros,

It worked!! Thank you so much!

Best,

Eros.

Ninja locked the discussion.
Write a Reply...
You need to Login to view replies.