gpt4 book ai didi

ios - NS日历月份范围

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

此代码

NSDateComponents *component = [[NSDateComponents alloc] init];
NSCalendar *gregorian = [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
[component setMonth:1];
[component setYear:2013];
[component setDay:1];
currentMonth = [gregorian dateFromComponents:component];
NSLog(@"Date in MonthView %@ ",currentMonth);

给我以下日期
Date in MonthView 2012-12-31 23:00:00 +0000

为什么?月份范围应该从0到11?

最佳答案

不,几个月从1到12。这可能是因为设备/ PC的时区。设置时间,您应该拥有期望的日期

[component setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"GMT"]]

关于ios - NS日历月份范围,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18719644/

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