hyperoslo / Sugar

:coffee: Something sweet that goes great with your Cocoa
https://github.com/hyperoslo
Other
1.07k stars 69 forks source link

Add syntactic sugar for constructing NSDate #74

Closed onmyway133 closed 8 years ago

onmyway133 commented 8 years ago
5.day = 5 * 60 * 60 * 24
5.hour.ago == NSDate(timeIntervalSinceNow: -5 * 60 * 60)
5.minute.future == NSDate(timeIntervalSinceNow: 5 * 60 )