Re: NSDates and natural language ...

2009-03-30 Thread Mic Pringle
Hi Laurent, I don't think I can achieve what I'm looking for with NSDateFormatter unless I subclass it and implement my own mehtods, which is what I'm looking to avoid if there's already an existing project out there. Thanks for your response though. -Mic 2009/3/30 Laurent Demaret : > Hello, >

Re: NSDates and natural language ...

2009-03-30 Thread Laurent Demaret
Hello, Mic Pringle wrote: > any frameworks/classes that have been released that > allow you to return natural language from a date ? NSDateFormatter ? My firs answer on this list, l hope it's a good one... ___ Cocoa-dev mailing list (Cocoa-dev@lists

NSDates and natural language ...

2009-03-30 Thread Mic Pringle
Hi, Is anyone aware of any frameworks/classes that have been released that allow you to return natural language from a date ? What I mean by this is if, for example, I pass todays date it would return 'Today', yesterdays date would return 'Yesterday', 25th March 08 would return 'Last week' etc