在这个html代码中,日期格式为mm / dd / year,但我想要dd / mm / year格式。
<label>LAUNCH DATE</label><br>
<h4><input type="date" placeholder="Launch date" name="date" class="form-control"
ng-model="user.date" required></h4><br>
答案 0 :(得分:0)
如果您希望更改格式,可以更改input[type=date]
中的格式,而不是像 jquery ui library