larixsource / angular-react-dates

Angular wrapper component for Airbnb react-dates.
MIT License
25 stars 15 forks source link

Append date to the date picker #2

Open shekharsumanpandey-tudip opened 6 years ago

shekharsumanpandey-tudip commented 6 years ago

Hi Is there any props or method way to append the date to date picker. Any help appreciated.

eldarsil commented 6 years ago

Hi @shekharsumanpandey-tudip! What do you mean by appending the date to date picker? I would like to help you if you clarify a bit more your requirement.

g-cheishvili commented 6 years ago

when I am writing [(ngModel)]="someModel" in component tags it crashes, someModel type is {start: Date, end: Date}. I think that is what he meant