Skip to content
This repository has been archived by the owner on Apr 4, 2024. It is now read-only.

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

Open
razvanbrasoveanu opened this issue Jul 1, 2020 · 0 comments
Open

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

razvanbrasoveanu opened this issue Jul 1, 2020 · 0 comments

Comments

@razvanbrasoveanu
Copy link

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!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant