gaurav_sandil
7 years agoNew Contributor III
Milliseconds to Date
Hi ,
I want to convert Milliseconds to Date.
For instance If I give 1540456849550 then it should give me the date like Thu 25 October 2018 14:10:49
Thanks,
Gaurav Sandil
You can use Date.parse(millis) for that. You can read more about that here: https://docs-snaplogic.atlassian.net/wiki/spaces/SD/pages/1439344/Date+Functions+and+Properties#DateFunctionsandProperties-parse
Thanks a lot for your quick response.