[ad_1]
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!
