H5中input输入框tppe为date时赋值(回显)

JAVA学习网 2020-02-08 08:47:02

 

 

1.当时间为2013-09-05时正常显示

 <input class="form-control" name="applytime" type="date" value="2013-09-05">

 

 

 

2.后台返回数据:

Wed Feb 05 00:00:00 CST 2020

 

 回显失败

 

 

 

 

 

 

 

 

 

 

阅读(2371) 评论(0)