Re: How to format datetime values

2006-06-02 Thread Laurent Pointal
A.M a écrit : > "BartlebyScrivener" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> Are you trying to get banned, or what? >> >> It's the equivalent of me asking you: >> >> Hey, does Ruby have anything like dictionaries and will you teach me >> about strings? Oh, and what's an ob

Re: How to format datetime values

2006-06-01 Thread A.M
"BartlebyScrivener" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Are you trying to get banned, or what? > > It's the equivalent of me asking you: > > Hey, does Ruby have anything like dictionaries and will you teach me > about strings? Oh, and what's an object? > > Go read the b

Re: How to format datetime values

2006-06-01 Thread Paul Osman
On 1-Jun-06, at 2:55 PM, A.M wrote: > Hi, > > > > I have a datetime value and want to format it to "June 1, 2006" > shape. How > can I do that? > > > > Thank you, > > Alan Why don't you just post the specs to your program and maybe someone will write it *FOR* you in less than a day? This is

Re: How to format datetime values

2006-06-01 Thread skip
Alan> I have a datetime value and want to format it to "June 1, 2006" Alan> shape. How can I do that? Again, Python's introspection capabilities to the rescue: % pydoct datetime Help on module datetime: NAME datetime - Fast implementation of the datetime type. ..

Re: How to format datetime values

2006-06-01 Thread BartlebyScrivener
Are you trying to get banned, or what? It's the equivalent of me asking you: Hey, does Ruby have anything like dictionaries and will you teach me about strings? Oh, and what's an object? Go read the bleeping tutorial. rd -- http://mail.python.org/mailman/listinfo/python-list