Closed adamtootle closed 9 years ago
If it's not currently possible, maybe we can add something like
let now = NSDate() let monday = now.beginningOfWeek
Or possibly
let monday = now.last(NSDate.Monday)
I just had a couple of ideas on how that may look, but wanted to ask if there's was already a way first.
Actually, it looks like #1 may do this for me. I'm going to play with .change(). I'll reopen if I have any problems with it. Sorry about that.
Sorry for less documents.
If it's not currently possible, maybe we can add something like
Or possibly
I just had a couple of ideas on how that may look, but wanted to ask if there's was already a way first.