0
How to get timestamp from a string?
How can I get year and month or timestamp from a long string using python?
2 Respostas
+ 3
That depends on the format of the string.
+ 1
I think using regular expressions would help
How can I get year and month or timestamp from a long string using python?