时间选择器,更改间隔
本文关键字:选择器 时间 | 更新日期: 2023-09-27 17:57:15
我的MVC项目中有这个时间选择器:
<div class="control-group">
@Html.LabelFor(model => model.Tid, "Tid (minuter)", new { @class = "control-label" })
<div class="controls">
@Html.EditorFor(model => model.Tid)
@Html.ValidationMessageFor(model => model.Tid, String.Empty, new { @style = "color:red;" })
</div>
</div>
这让我可以选择任何我想要的分钟数。我想将间隔更改为四分之一小时。像15,30,45,60等...其中 120 是"屋顶"。如何做到这一点?
使用 Java 脚本。
我想有一个属性限制了可能性。