【发布时间】:2018-12-27 20:00:43
【问题描述】:
我正在尝试预填充出生日期输入:
<input class="common" id="birthdate" name="birthdate" type="date" [(ngModel)]="account.date_of_birth" />
变量当前设置为Tue Jul 16 1996 20:00:00 GMT-0400 (EDT)
问题是输入没有设置,只显示dd/MM/yyyy
我尝试过使用value、datetime-local(这不起作用,但我也不想输入时间)
【问题讨论】:
标签: html angular input angular5