English 中文(简体)
目标日期缩短
原标题:Decrease time in objective-c

我有几小时几分钟,我想减少二分钟。 因此,我认为,在找到缩短时间的方法之后,我必须拿出一个明确的目标。 我看着pple文件,但我看不到如何这样做。

最佳回答

你们可以这样做。

NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
[formatter setDateFormat:@"MM/dd/yyyy"];
NewDateString = [formatter stringFromDate:[NSDate dateWithTimeIntervalSinceNow:-1]
问题回答

页: 1 请注意,你需要用一个具体日历加以使用。 我与之有联系的网页上列出了一个密码例子。

Don t reinvent the wheel. 有许多公开来源的NSDate增补材料可供你在此使用。 见





相关问题
Code sign Error

I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac for running the application in ...

ABPersonViewController Usage for displaying contact

Created a View based Project and added a contact to the AddressBook using ABAddressBookRef,ABRecordRef now i wanted to display the added contact ABPersonViewController is the method but how to use in ...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

• 如何将搜查线重新定位?

我正试图把图像放在搜索条左边。 但是,问题始于这里,搜索条线不能重新布署。

热门标签