标签: spring spring-boot time thymeleaf
是否可以为LocalDateTime创建输入? 我想输入日期和时间 我尝试过这个
<input type="datetime-local" th:field="*{start}" placeholder="Start" class="form-control"/>
但是我只能选择没有时间的日期
有人知道我为什么不能选择时间吗?