Have a nice day,
please, how can I find out the current time with the help of the 4PM PRO shell script.
this doesn't work:
let currentTime = Date.now();
print("Current time: " + currentTime);
not this either:
let now = new Date();
print(now);
can you advise... thanks
Best regards
Pavel Prochazka.zde.cz