[Tutor] Converting "HH:MM:SS" to datetime

Chris Fuller cfuller084 at thinkingplanet.net
Sun Mar 1 16:56:48 CET 2009


On Sunday 01 March 2009 12:04, Wayne Watson wrote:
>  Ok, how do I do what's mentioned in Subject?

There's an inverse to the strftime() function, strptime(), also in the time 
module, that will do this.

Cheers


More information about the Tutor mailing list