billymeltdown / nsdate-helper

A category to extend Cocoa's NSDate class with some convenience functions.
http://www.zetetic.net/blog/
456 stars 107 forks source link

Adding method to get the week number of a date #9

Closed netbe closed 10 years ago

netbe commented 11 years ago

I found this method useful, what do you think?

billymeltdown commented 10 years ago

Fantastic! Didn't mean to ignore this pull request, my apologies. I've merged it into some other recent changes on develop branch for the moment. Would you like to give it a shot? NSDate+Helper now does a much better job in terms of memory use, but it could use some testing.