fingerpich / jalali-angular-datepicker

Highly configurable jalali (shamsi, khorshidi, persian) date picker built for Angular ( 2 or more ) applications
https://fingerpich.github.io/jalali-angular-datepicker/
MIT License
152 stars 60 forks source link

Clear selected Date by Button #131

Closed nkm96 closed 3 years ago

nkm96 commented 4 years ago

Hi, How can I clear selected date by clicking on a button? I already tried:

after these ways, It seems my parameter could be set correctly, and problem is just in html tag 'dp-date-picker' and just on view.

fingerpich commented 4 years ago

Please create a demo then we would help to make it work.

nkm96 commented 3 years ago

Thanks for quick responding! I made a demo on StackBlitz and it worked correctly. Then I understood that I was using previous version of your component. So I updated it to 2.4.2 and now everything is okay.