Fechas
De WikiEducator
< Usuario:Lmorillas | intropyaytozgz
Revisión a fecha de 20:43 3 dic 2012; Lmorillas (Discusión | contribuciones)
>>> from datetime import datetime >>> dt = '16-MAR-2010 03:37:04' >>> datetime.strptime(dt, " %d-%b-%Y %H:%M:%S ") datetime.datetime(2010, 3, 16, 3, 37, 4)