'How to change today's date in NGX Bootstrap Datepicker
I want to insert my own date while clicking today's button in the NGX Boostrap datepicker. But I could not find any output event emitters for today's button. Is there any alternate way?
Since I already bounded the value like below(attribute binding) for 50+ different screens, I cannot change it to a custom element.
<input type="date" [(ngModel)]="myModel" bsDatepicker />
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
