Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread WT
On Dec 12, 2010, at 9:12 PM, Kyle Sluder wrote: > On Sun, Dec 12, 2010 at 2:41 PM, WT wrote: >> Hello, >> >> according to the iOS 4.2 NSDateFormatter class documentation, the -init >> method is available in iOS 2.0 through iOS 3.2, but it does not offer an >> alternative method to initialize a

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread WT
On Dec 12, 2010, at 9:01 PM, Kyle Sluder wrote: > On Sun, Dec 12, 2010 at 2:58 PM, Siegfried > wrote: >> On 12/12/2010, at 20:41, WT wrote: >> >>> Hello, >>> >>> according to the iOS 4.2 NSDateFormatter class documentation, the -init >>> method is available in iOS 2.0 through iOS 3.2, >> >> S

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread Siegfried
On 12/12/2010, at 21:01, Kyle Sluder wrote: > On Sun, Dec 12, 2010 at 2:58 PM, Siegfried > wrote: >> On 12/12/2010, at 20:41, WT wrote: >> >>> Hello, >>> >>> according to the iOS 4.2 NSDateFormatter class documentation, the -init >>> method is available in iOS 2.0 through iOS 3.2, >> >> Sorry

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread Kyle Sluder
On Sun, Dec 12, 2010 at 2:41 PM, WT wrote: > Hello, > > according to the iOS 4.2 NSDateFormatter class documentation, the -init > method is available in iOS 2.0 through iOS 3.2, but it does not offer an > alternative method to initialize a newly allocated date formatter (or, if it > does, I mis

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread WT
On Dec 12, 2010, at 8:58 PM, Siegfried wrote: > On 12/12/2010, at 20:41, WT wrote: > >> Hello, >> >> according to the iOS 4.2 NSDateFormatter class documentation, the -init >> method is available in iOS 2.0 through iOS 3.2, > > Sorry, but the init method? Just to confirm, where exactly in the

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread Kyle Sluder
On Sun, Dec 12, 2010 at 2:58 PM, Siegfried wrote: > On 12/12/2010, at 20:41, WT wrote: > >> Hello, >> >> according to the iOS 4.2 NSDateFormatter class documentation, the -init >> method is available in iOS 2.0 through iOS 3.2, > > Sorry, but the init method? Just to confirm, where exactly in the

Re: [iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread Siegfried
On 12/12/2010, at 20:41, WT wrote: > Hello, > > according to the iOS 4.2 NSDateFormatter class documentation, the -init > method is available in iOS 2.0 through iOS 3.2, Sorry, but the init method? Just to confirm, where exactly in the documentation did you read about this? > but it does not

[iOS 4.2] NSDateFormatter -init not available in iOS > 3.2 - how to init then?

2010-12-12 Thread WT
Hello, according to the iOS 4.2 NSDateFormatter class documentation, the -init method is available in iOS 2.0 through iOS 3.2, but it does not offer an alternative method to initialize a newly allocated date formatter (or, if it does, I missed it on repeated readings of the docs). How then? I