xtianus79 / multiple-date-picker-angular

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.
http://xtianus79.github.io/MultipleDatePicker
MIT License
14 stars 19 forks source link

Locale support feature #23

Open balgopal14 opened 4 years ago

balgopal14 commented 4 years ago

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".