datetime.tostr
Convert a datetime structure to string like SSMMHHDDMMYYYY.
method str datetime.tostr (
str ret
)
str ret
)
Parameters
ret | The result string the datetime to be converted to. |
Return value
Returns the parameter ret.
Related links | Source |