Multiple Date Picker for Angular: This includes Angular 2+ / 4+ / 5+ to utilize a lightweight and clean calendar allowing user to select multiple dates, single, use custom callback on (de)selection. You can also specify off days or already selected days. You can also select a range of dates with start and end inputs... This will also calculate all the days inbetween.
Added a locale feature
so just set the locale parameter in multi-date-picker
<multiple-date-picker [locale]="locale">
and it will change the date picker language.
Added a locale feature so just set the locale parameter in multi-date-picker
<multiple-date-picker [locale]="locale">
and it will change the date picker language.Default locale is "en-US".