greatCodeIdeas / md-date-range-picker

Angular Material Date Range Picker Service/Directive
MIT License
62 stars 40 forks source link

Feature request: number of days on selected range #34

Closed ermin-islamagic closed 6 years ago

ermin-islamagic commented 6 years ago

Maybe to put number of days inclusive and or exclusive when 2 dates are picked ???

roelbarreto commented 6 years ago

referenced #32

roelbarreto commented 6 years ago

Hi @hamleet with new 0.7.0 release we can now able to get all selectedDates and you can get the length for the counts

<md-date-range md-on-select="countModel = $dates.length" ...