Posted 23 February 2022, 4:23 am EST
Hi,
I am trying the two-way binding to the input-date component. Is it possible to get the value of the input-date as a string formatted as ‘2021-01-09T00:00:00z’?
<wj-input-date format="yyyy/MM/dd" [value]="null" [(ngModel)]="date"></wj-input-date>