Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Specifies the target time zone for current date in "hh:mm" format. Optional, if not specified system timezone information is used.

Remarks

You may use toISOString() method for comparisons on Xml Database. Such as;

Example

date comparison

Code Block
languagejs
$Calendar.GetToday('').toISOString();

...