Kendo UI jQuery-kendoDatePicker:选择一个日期,返回另一个日期

时间:2019-06-22 17:08:00

标签: java spring-mvc kendo-ui datepicker

我正在使用Kendo UI jQuery版本2019.2.514,Spring Boot 2.1.6.RELEASE,Thymeleaf。我有代码片段

<input type="date" id="birthDate" name="birthDate" style="width: 100%;">
<script>
    $("#birthDate").kendoDatePicker({
       format: "dd/MM/yyyy"
    });
</script>

enter image description here

enter image description here

我选择日期August 26th 1987,但是在调试,检查对象,查询数据库时,日期变为1989-02-08。怎么了?

0 个答案:

没有答案