/ Published in: Objective C
Expand |
Embed | Plain Text
// number of day in month NSRange range = [cal rangeOfUnit:NSDayCalendarUnit inUnit:NSMonthCalendarUnit forDate:[cal dateFromComponents:comps]];
You need to login to post a comment.
rabc on 07/21/10
6 people have marked this snippet as a favorite
zingo
umang_nine
bobbym245
rvachere
sb
Tintenklecks
// number of day in month NSRange range = [cal rangeOfUnit:NSDayCalendarUnit inUnit:NSMonthCalendarUnit forDate:[cal dateFromComponents:comps]];
You need to login to post a comment.