Created
August 24, 2015 17:19
-
-
Save nwalter08/f7f99b7baf5adbb597ae to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let someDate = NSDate() | |
let tomorrow = NSCalendar.currentCalendar().dateByAddingUnit(NSCalendarUnit.CalendarUnitDay, value: 18, toDate: someDate, options: nil) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment