Skip to content

Instantly share code, notes, and snippets.

@is8r
Created June 29, 2014 10:57
Show Gist options
  • Save is8r/15ad2bbbd49bb0aea533 to your computer and use it in GitHub Desktop.
Save is8r/15ad2bbbd49bb0aea533 to your computer and use it in GitHub Desktop.
#import "Calendar.h"
NSMutableArray *mList = [[Calendar instance] create:2009 month:10];
NSLog(@"10月12日は [%@]", [[mList objectAtIndex:11] objectForKey:@"h"]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment