Skip to content

Instantly share code, notes, and snippets.

@bewebste
Created June 18, 2014 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bewebste/35c9da4ac5b413db84fd to your computer and use it in GitHub Desktop.
Save bewebste/35c9da4ac5b413db84fd to your computer and use it in GitHub Desktop.
Happy birthday!
NSDateComponents* oneYear = [NSDateComponents new];
oneYear.year = 1;
dave.age = [[NSCalendar currentCalendar] dateByAddingComponents:oneYear toDate:dave.age options:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment