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

Show can I show chosenLabel in my format #347

Open iamsank8 opened 3 years ago

iamsank8 commented 3 years ago

I want to show the chosenLabel in format Range: StartDate - EndDate

I tried manually setting datepickerDirective.picker.chosenLabel = above format data; datepickerDirective.picker.updateCalenders(); But it does not work.

Could you please let me know how it can be achieved?