fetrarij / ngx-daterangepicker-material

Pure Angular 2+ date range picker with material design theme, a demo here:
https://fetrarij.github.io/ngx-daterangepicker-material/
MIT License
247 stars 248 forks source link

Support string type for minDate & maxDate props #363

Closed SemyenPukhov closed 3 years ago

SemyenPukhov commented 3 years ago

As per discussion would be great to have support for luxon library.

But in general momentjs works fine in scope of this module and we have only two Input() props that we receiving from the parent component with strictly defined type Moment. If we allow users to pass string in ISO format it will give users the ability to get rid of usage moment in their code base.

fetrarij commented 3 years ago

Hello @SemyenPukhov ,

Sounds good , just le me test and I will merge.

Thank you very much for your input.

fetrarij commented 3 years ago

Great job @SemyenPukhov