AIL PROTECTED] On Behalf Of Dave
Sent: 03 July 2007 10:46
To: python-list@python.org
Subject: Re: DatePart From String
Robert Rawlins - Think Blue thinkbluemedia.co.uk> writes:
> I’ve tried using the time.strptime() function without much success so
> thought I’d come and ask your advi
Robert Rawlins - Think Blue thinkbluemedia.co.uk> writes:
> I’ve tried using the time.strptime() function without much success so
> thought I’d come and ask your advice.
>
How exactly does it not work?? This works for me:
from time import mktime, strptime
from datetime import datetime
dateti