Skip to content
Discussion options

You must be logged in to vote

@Sladous To set Monday as the first day of the week, you define the following:

public function setupCalendarOperation()
{
    CRUD::setOperationSetting('javascript-configuration', [
        // ... FullCalendar options
        // https://fullcalendar.io/docs
        'firstDay' => 1, // by default it's 0 - sunday
    ]);
}

https://fullcalendar.io/docs/firstDay

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@Sladous
Comment options

@karandatwani92
Comment options

Answer selected by Sladous
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: MUST bug Something isn't working
2 participants