标签: angular6
我无法使用angualr6在html文本框中设置日期格式
我尝试将管道与ngmodel一起使用,但会导致某些错误。
<!--html code--> <label>ReturnDate<br> <input type="text" name="returndate" [(ngModel)]="returndate" readonly> </label><br><br>
我想在html文本框中以dd / mm / yyyy格式显示退货日期