gpt4 book ai didi

html - 使用 angular.js 输入类型时间

转载 作者:太空狗 更新时间:2023-10-29 15:55:51 25 4
gpt4 key购买 nike

根据文档输入[时间]:https://docs.angularjs.org/api/ng/input/input%5Btime%5D

使用输入类型时间并将其绑定(bind)到日期对象应该就足够了,但是它并没有像我期望的那样工作。

<input ng-model="time" type="time" placeholder="HH:mm" min="08:00" max="17:00" required >

$scope.time = new Date();

因此,我只想在输入字段中看到 HH:mm。

这是一个可以玩的 jsfiddle:

http://jsfiddle.net/U3pVM/7314/

最佳答案

我认为您至少需要 Angular 1.3.0 beta 才能正常工作,因为它看起来像是当时引入的。

Changelog :

...

Features

input: support types date, time, datetime-local, month, week(46bd6dc8, #5864)
....

关于html - 使用 angular.js 输入类型时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24984681/

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