• Resolved vinem

    (@vinem)


    Hi,

    I installed your plugin and I’m very happy with it! It’s exactly what I needed for my website.
    One small thing though, I’m in France and here, weeks start on Monday. Since most of the Events I create run through the week-end, it might be a bit confusing for people.

    Can you help me with this and tell me wich file and line I have to change?

    Thanks for your help!

Viewing 1 replies (of 1 total)
  • Plugin Author Metagauss

    (@metagauss)

    Hi @vinem,

    Thank you for writing to us.

    To set the first day of the week to Monday from the code, you’ll have to edit two JS files.

    The one for the backend is includes/admin/template/js/em-event-controller.js. In this file, add the following code at a new line after line no. 553:

    firstDay: 1,

    For the frontend, edit the file includes/templates/js/em-calendar-util.js. Add the same code here at a new line after line no. 17.

    Also, we have noted your requirement and will be adding the option to set first day of the week from the backend in a future update.

    Let us know if you have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Change starting day to Monday’ is closed to new replies.