Re: datetime object from string

2006-02-06 Thread Raymond Hettinger
Douglas Douglas wrote: > Hi everybody. > > I need to create a datetime object from a string like "20/01/2005 15:10:01". I > know the mxDateTime module can do this with the DateTimeFrom method, but I was > wondering if is possible to do this using only the standard library. > > I read the datetime o

datetime object from string

2006-02-06 Thread Douglas Douglas
Hi everybody. I need to create a datetime object from a string like "20/01/2005 15:10:01". I know the mxDateTime module can do this with the DateTimeFrom method, but I was wondering if is possible to do this using only the standard library. I read the datetime object reference but didn't find a m