Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Can't change week starting date from sunday to monday #65

@razvanbrasoveanu

Description

@razvanbrasoveanu

Hi guys!

I'm using the following configuration for my daterangepicker:

$(".daterangepicker-field").daterangepicker({ startDate:moment(), endDate:moment(), timeZone:'Europe/Bucharest', forceUpdate: true, orientation:'left', ranges:{}, periods: ['day','week','month','year'], expanded:true, firstDayOfWeek: 0, minDate:'2019-01-01', callback: function(startDate, endDate, period){ var title = startDate.format('MMM D, YYYY') + ' – ' + endDate.format('MMM D, YYYY'); $(this).val(title); } });
I want to change the week starting date from sunday to monday, but the calendar won't change. How can I solve this?

image

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions