你的位置:首页 > 软件开发 > 操作系统 > 获得现在所有的是周几

获得现在所有的是周几

发布时间:2015-03-11 19:00:38
代码:- (void)viewDidLoad { [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. NSLog(@"现在所 ...

代码:

- (void)viewDidLoad {  [super viewDidLoad];  // Do any additional setup after loading the view, typically from a nib.    NSLog(@"现在所在的周:%@",[self getWeekFromLocal]);  }//活的现在的周的日期,格式:Wednesday-(NSString*)getWeekFromLocal{  NSDate * senddate=[NSDate date];  NSDateFormatter *dateformatter=[[NSDateFormatter alloc] init];  [dateformatter setDateFormat:@"EEEE"];  NSString * locationString=[dateformatter stringFromDate:senddate];  NSLog(@"locationString:%@",locationString);  return locationString;}

原标题:获得现在所有的是周几

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录