fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
246 stars 247 forks source link

Use month names from locale.monthNames instead of default names in input. #412

Open RohanAntony opened 2 years ago

RohanAntony commented 2 years ago

Describe the bug Use the month names from 'locale.monthNames' instead of default monthNames.

To Reproduce Steps to reproduce the behavior:

  1. Set locale to french or any other language.
  2. Set monthNames while passing locale to custom values like ['Jane', 'Feee', 'Maaa']

image

Expected behavior Display month names from the list of monthNames passed as input