IOS使用NSDate获取当前工作日
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IOS使用NSDate获取当前工作日相关的知识,希望对你有一定的参考价值。
// get the current date [dateFormat setDateFormat:@"yyyy-MM-dd"]; // get the weekday of the current date NSInteger weekday = [components weekday]; // 1 = Sunday, 2 = Monday, etc.
以上是关于IOS使用NSDate获取当前工作日的主要内容,如果未能解决你的问题,请参考以下文章