-
-
Notifications
You must be signed in to change notification settings - Fork 68
Description
I want the calendar to start on Sunday, like a typical wall calendar does in the US. Currently I can only set it so the month starts on the starting day. So for the month of November, November 1st is on a Saturday and the calendar for this month goes Saturday - Sunday each week, instead of Sunday - Saturday like a normal wall calendar in the USA would. Look at the attached image. I want the calendar to be shifted so it starts on a Sunday, not Saturday. Saturday, Nov 1st should be put all the way to the right on the first row by itself, and Nov 2nd should be first on the next row so it starts with a Sunday. Then show all 30 days of the month.
MY current settings are:
days: 31
startingDay: month
If I were to set the startingDay to : sunday, then I wouldn't be able to get the entire month. I have tried may different ways to program it but none seem to give the results I am after.
