• Resolved Filippo

    (@filippologli)


    Hi Loren,
    I’m trying to have the week start on Monday instead of Sunday. I had a look at the FullCalendar documentation and found this:

    firstDay
    The day that each week begins.
    Integer, default: 0 (Sunday)
    The default value depends on the current locale.
    The value must be a number that represents the day of the week.
    Sunday=0, Monday=1, Tuesday=2, etc.

    I have no experience with JS, I just tried adding firstDay: "1" to line 47 of pjcal.js with no results. Could you please point me to what I should edit?

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Filippo

    (@filippologli)

    I’ve found an easier workaround. Adding locale="en-GB" in the shortcode did the trick for me!

    Plugin Author LBell

    (@lbell)

    Great! Glad that works. Your prior edit should have worked as well, but I haven’t tested it myself.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Week start on Monday’ is closed to new replies.