Hi,

I want to extract hh:mm:ss from below mentioned code:

import datetime
t = datetime.datetime.now()
print t
2006-11-16 16:59:02.843000

How to do it?

TIA.
Regards,
Asrarahmed

--
To HIM you shall return.
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to