Tuesday, 13 August 2013

Python String to Date?

Python String to Date?

Please help me to convert below string to date type.
130129:1007
[its means 2013/01/29 10:07am]
when I tried to write it in my database its gives below error. DataError:
date/time field value out of range: "130129:1007"

No comments:

Post a Comment