I want to convert the following date format to "May 13 2020 12:00:00:000AM" to UNIX formatted timestamps in milliseconds. Can you please advice on doing this. Thanks in advance.
Asked
Active
Viewed 89 times
0
-
1Tag your question with the database you are using. – Gordon Linoff May 22 '20 at 11:08
-
Why would you want to do that in the first place? It's much better to work with real `timestamp` values directly, not with some integer values. – May 22 '20 at 12:05