Re: Reg Date string conversion into timestamp function

2005-05-16 Thread George Sakkis
"praba kar" <[EMAIL PROTECTED]> wrote: > > Dear All, > > I have doubt regarding date string to time > conversion function. In Python I cannot find flexible > date string conversion function like php strtotime. I > try to use following type > function > 1) parsedate function failed if a date s

Re: Reg Date string conversion into timestamp function

2005-05-16 Thread Peter Hansen
praba kar wrote: > I have doubt regarding date string to time > conversion function. In Python I cannot find flexible > date string conversion function like php strtotime. I > try to use following type > function > 1) parsedate function failed if a date string > like below format "16-MAY-2005

Re: Reg Date string conversion into timestamp function

2005-05-16 Thread Mike Meyer
praba kar <[EMAIL PROTECTED]> writes: > Dear All, > > I have doubt regarding date string to time > conversion function. In Python I cannot find flexible > date string conversion function like php strtotime. I > try to use following type > function > 1) parsedate function failed if a date str

Reg Date string conversion into timestamp function

2005-05-16 Thread praba kar
Dear All, I have doubt regarding date string to time conversion function. In Python I cannot find flexible date string conversion function like php strtotime. I try to use following type function 1) parsedate function failed if a date string like below format "16-MAY-2005 01:26" 2)parsedate