开发者

Date Formatters in NSDateFormatter

The documentation is not clear about the date formatters

NSDateFormatter *dateFormatter = [[[NSDateFormatter alloc] init开发者_运维技巧] autorelease]; [dateFormatter setDateFormat:@"EEE, d MMM yyyy HH:MM"];

What are the availabe dateFormats ????

Thanks


Any* Unicode-compliant date string. Specifications can be found here.

http://unicode.org/reports/tr35/tr35-6.html#Date%5FFormat%5FPatterns

*subject to certain locale dependencies. But you're unlikely to run into them for straightforward use cases.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜