ngx-daterangepicker-material icon indicating copy to clipboard operation
ngx-daterangepicker-material copied to clipboard

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

Open RohanAntony opened this issue 3 years ago • 0 comments

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

RohanAntony avatar Jan 13 '22 10:01 RohanAntony