Hi, in my current JSL script, there is a phrase to define the start date of data pull, it is below,
START_DATE = "03Apr2019_19_19_34";
I hope to replace "01Mar2019_19_19_34" into "today's date".
Basically whenever open the JSL, I hope this "01Mar2019_19_19_34" will be automatically updated into the current date/time.
Also, I hope to still keep the same format of "01Mar2019_19_19_34".
Is there a way to do it?
Thanks