I hereby claim:
- I am dgyesbreghs on github.
- I am dgyesbreghs (https://keybase.io/dgyesbreghs) on keybase.
- I have a public key ASBHUNVL9Uq0RDF3qAaha3lJEaJotk5Qpx1JSO2U1Gp1uwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
//: Playground - noun: a place where people can play | |
import UIKit | |
let today = NSDate.new() | |
let gregorian = NSCalendar.currentCalendar() | |
let weekdayComponetns = gregorian.components(NSCalendarUnit.Weekday, fromDate: today) | |
let compontentsToSubstract = NSDateComponents.new() |