mominsamir / smDateTimeRangePicker

Angular Material Date Picker, DateTime Picker, Date Range Picker, Date Time range picker
http://mominsamir.github.io/smDateTimeRangePicker/
MIT License
130 stars 50 forks source link

fix for dateByName iteration #177

Closed mschielmann closed 6 years ago

mschielmann commented 6 years ago

Hello,

Small fix for the custom daysByName. Without hasOwnProperty the enumeration can count up to 10, which in result would give 10 days and unexpected behaviour.

I would be grateful for review and merge.

Thanks, Michał Schielmann