gpt4 book ai didi

javascript - Thymeleaf 和 DatePicker : set min Date

转载 作者:行者123 更新时间:2023-11-30 20:39:07 25 4
gpt4 key购买 nike

我想使用 thymeleaf 在我的日期选择器中设置一个最小可选日期。

我试着用这段代码来设置它:

<label th:utext="#{${name}}" th:for="${name}" class="control-label"></label>
<div class="input-group input-group-prepend">
<span class="input-group-text far fa-calendar-alt"></span>
<input type="text" th:id="${name}" th:name="${name}" th:value="${value}" th:placeholder="${placeholder}" class="form-control" onfocus="(this.type='date')" min="${minDate}"/>
</div>

但是这段代码 min="${minDate}" 被忽略了。

有一种方法可以用 thymeleaf 来做,或者我只能用 javascript 来做?

谢谢

最佳答案

您可以尝试使用 th:attr 如下所示

th:attr="min=${minDate}"

关于javascript - Thymeleaf 和 DatePicker : set min Date,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49485518/

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