Please help convert the list to the date format.
-
Help Bro
How to convert this list: Exp (List) = [1499170925704, 1470797949173, 1515345874454] to the date format? Thank.
-
in FUNCTION block
FUNCTION UnixTimeToDate "<Exp[0]>"
note:
<Exp[0]> = 1499170925704
<Exp[1]> = 1470797949173
<Exp[2]> = 1515345874454
-
@BHNHAT thank bro
-
no problem xD
-
You can also directly convert every item of the list by typing
<Exp[*]>
instead of all the indices 1 by 1.
-
@Ruri thank, I did it your way.