客户端到服务器的日期不正确

时间:2015-10-20 01:42:24

标签: jackson spring-restcontroller spring-rest

我使用spring rest和jackson 2.6.1

我有一个像

的网址

所以从客户端这个网址(startDate = 13/10/2015) /休息/预约?

@RequestMapping(value = "/appointments", method = RequestMethod.GET)
public List<AppointmentInformationDto> getAllAppointmentsFromDate(@RequestParam(value = "startDate")  Date startDate) {
        ...
}

我收到的日期是2016年1月10日。 输入的日期并不完全相同。

0 个答案:

没有答案