Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all dates start at Sunday #85

Open
ahtesham-clcbws opened this issue May 7, 2020 · 0 comments
Open

all dates start at Sunday #85

ahtesham-clcbws opened this issue May 7, 2020 · 0 comments

Comments

@ahtesham-clcbws
Copy link

ahtesham-clcbws commented May 7, 2020

Describe the bug
I am using ng2-flatpickr in angular9, when i select more-range, and showMonths-2, the dates are starting from sunday on all months.

i am using airbnb theme, but its not a theme issue, i already check with all theme in incognito mode.

This issue only shown when i use show than 1 month.

MY CODE in ts file
flatpickrOptions: FlatpickrOptions = {
mode: 'range',
minDate: 'today',
showMonths: 3,
};
MY CODE in html file
<ng2-flatpickr [config]="flatpickrOptions" placeholder="Check-In - Check-Out" formControlName="formControlName">

See screenshot for more information
screenshot-localhost_4200-2020 05 08-03_45_00

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

No branches or pull requests

1 participant