gpt4 book ai didi

java - 如何从Web服务请求获取日历对象?

转载 作者:行者123 更新时间:2023-12-01 15:37:32 25 4
gpt4 key购买 nike

我在肥皂请求中给出 1999-12-12 作为日期类型的输入。我在 IBM JAXRPC 中部署了 Web 服务。在请求对象中,我获取日历对象。如果使用 Calendar.Month 获取输入的月份,我将得到 11 作为月份值。但我的月值是 12。

请告诉我为什么我得到的值为 11 而不是 12。

最佳答案

Calendar 对象中的月份是 0 索引的,这意味着 1 月为 0,12 月为 11。

来自文档:

MONTH

public static final int MONTH

Field number for get and set indicating the month. This is a calendar-specific value. The first month of the year is JANUARY which is 0; the last depends on the number of months in a year.

关于java - 如何从Web服务请求获取日历对象?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8646059/

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