Possible Duplicate:
Convert string to datetime in django?
how to convert time string like '18:30:00' into datetime in python?
Possible Duplicate:
Convert string to datetime in django?
how to convert time string like '18:30:00' into datetime in python?
My post in Daniweb:
Date string to date object, seconds to readable string
You seem to only consider time part, it is trivial to convert by simple split.
datetime, so I see why the questioner might want to ask another, similar question...