fingerpich / jalali-angular-datepicker

Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications
https://fingerpich.github.io/jalali-angular-datepicker/
MIT License
152 stars 60 forks source link

How can I change the month names? or make it Numerical. #117

Closed azad47808 closed 3 years ago

azad47808 commented 4 years ago

Make sure to add all the information needed to understand the bug so that someone can help. If the info is missing we'll add the 'Needs more information' label and close the issue until there is enough information.

sediqamousavi commented 4 years ago

@azad47808 You can set Month Format (monthFormat) to MM YYYY or M YY datePickerConfig = { monthBtnFormat: 'MM', monthFormat: 'MM YYYY' }