Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How to turn a string?
String I wanted to turn 3/17/2020 if i use reverse string 0202/71/3 I want it 2020/17/3
FUNCTION UnixTimeToISO8601 "<unixTime>" -> VAR "date" FUNCTION Substring "0" "10" "<date>" -> VAR "dateRequired"
Got the ans!