gpt4 book ai didi

javascript - Angular : set min time dynamically for <input type ='time' > not working

转载 作者:行者123 更新时间:2023-11-29 21:24:43 24 4
gpt4 key购买 nike

我正在尝试将最短时间动态设置为当前时间,但它不起作用。它没有显示错误。我哪里出错了?

$scope.mintime = new Date();
<label class="item item-input item-stacked-label">
<span class="input-label" >Preferred Time</span>
<input type="time" class="input-control" name="requestTime" ng-model="request.time" ng-change="checktime();" min="{{mintime | date:'hh:mm a'}}" required>
</label>

最佳答案

试试这个:min="{{mintime | date:'HH:mm:ss'}}"

这只是关于格式:)

关于javascript - Angular : set min time dynamically for &lt;input type ='time' > not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37788575/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com