Re: 10.4 NSDateFormatter format strings
Re: 10.4 NSDateFormatter format strings
- Subject: Re: 10.4 NSDateFormatter format strings
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 12 Sep 2005 11:31:28 -0700
On Sep 12, 2005, at 9:14 AM, SA Dev wrote:
I'm having difficulties adjusting to the new ICU string format
referenced by the NSDateFormatter docs. I want to display a four-
digit year and the era. I'm creating a formatter like this:
NSDateFormatter * df = [[[NSDateFormatter alloc]
initWithDateFormat:@"yyyy G" allowNaturalLanguage:YES] autorelease];
<http://developer.apple.com/documentation/Cocoa/Reference/Foundation/
ObjC_classic/Classes/NSDateFormatter.html#//apple_ref/doc/uid/
20000447-401>
See "Class Description".
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden