how to get timestamp milliseconds
-
how to get unixtime have 13 number(milliseconds) not as normal have 10 number(seconds)
-
For Milliseconds to Seconds:
FUNCTION Compute "<TIME> / 1000" -> VAR "NEWTIME"
Or you can parse via regex from the start to 3 characters before the end ^_^For Seconds to Milliseconds:
just do<TIME>000
-
you reply so fast
tks
-
You were just lucky that I was online xD but I always check the forum at least 3 times a day, it's the fastest way to reach me
-
how about timestamp in selenium ruri?