摘要: 取得当前的年月日,当前的时分秒获得,周几和星期几获得NSDate*date = [NSDate date];NSCalendar*calendar = [NSCalendar currentCalendar];NSDateComponents*comps; // 年月日获得comps =[calen... 阅读全文
posted @ 2015-02-05 10:47 Qiang zi 阅读(248) 评论(0) 推荐(0)