Date>>fromString:

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Date>>fromString:

Fernando Rodríguez
Hi,

According to the comment:

"Answer an instance of the receiver constructed from the string,
        aString, using the default conversion format."

Fine, but, what's the 'default conversion format'?


Reply | Threaded
Open this post in threaded view
|

Re: Date>>fromString:

Yar Hwee Boon-3
On Sun, 16 Jan 2005 18:40:14 +0100, Fernando <[hidden email]> wrote:

> Fine, but, what's the 'default conversion format'?

If you trace through the method calls, you will see that there is a send  
to #defaultShortFormat. That shows that it depends on your locale.

--
Regards
HweeBoon
MotionObj