kekeh / angular-mydatepicker

Angular datepicker and date range picker :date:
https://kekeh.github.io/angular-mydatepicker/
MIT License
1 stars 11 forks source link

No option to display day no with leading zero in calendar view. #83

Open senthilpsg opened 3 years ago

senthilpsg commented 3 years ago

Hi,

I was looking to display the day with leading zeros in the calendar view. Is there any option available for that?

kekeh commented 3 years ago

Not possible to show leading zeros on calendar view.

You can define dateFormat option for example:

senthilpsg commented 3 years ago

Thanks for the reply.

I am aware of the dateFormat option. I have a requirement in my project to have leading zeros on calendar view. I suggest that it can be added in the future release.