Up

NSDateFormatter class reference

Authors

Richard Frith-Macdonald (richard@brainstorm.co.uk)

Version: 1.9

Date: 2003/06/07 01:24:40

Copyright: (C) 1998 Free Software Foundation, Inc.

Software documentation for the NSDateFormatter class

NSDateFormatter : NSFormatter

Declared in:
Foundation/NSDateFormatter.h
Conforms to:
NSCoding
NSCopying
Standards:

Description forthcoming.

Method summary

allowsNaturalLanguage

- (BOOL) allowsNaturalLanguage;

Description forthcoming.


dateFormat

- (NSString*) dateFormat;

Description forthcoming.


initWithDateFormat:allowNaturalLanguage:

- (id) initWithDateFormat: (NSString*)format allowNaturalLanguage: (BOOL)flag;

Description forthcoming.



Up