Help File Info ...
Help File Info ...
Hi:
The Deluge System Variables section in the Help file makes reference to variables
zoho.currentdate()
and
zoho.currenttime()
When trying to copy their content to variables, I found that you can not specify the () ... instead you use ...
dateABC = zoho.currentdate
timeABC =zoho.currenttime
or
stringABC = zoho.currentdate.toString()
stringABC =zoho.currenttime.toString()
Perhaps the Help file could make this clearer.
Gaev