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,
>
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
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