美文网首页
当前时间加20分钟

当前时间加20分钟

作者: 楠Y | 来源:发表于2017-06-20 18:35 被阅读4次

NSDate *dates = [self.datePickerView date];

NSTimeInterval interval = 20 * 60;

NSDate *detea = [NSDate dateWithTimeInterval:interval sinceDate:dates];

NSDateFormatter  *dateformatter=[[NSDateFormatter alloc] init];

[dateformatter setDateFormat:@"yyyyMMddHHmm"];

NSTimeZone* timeZone = [NSTimeZone timeZoneWithName:@"BeiJing"];

[dateformatter setTimeZone:timeZone];

NSString *  locationString=[dateformatter stringFromDate:detea];

return locationString;

相关文章

网友评论

      本文标题:当前时间加20分钟

      本文链接:https://www.haomeiwen.com/subject/kljaqxtx.html