Versions Compared

Key

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

...

Examples

Example 1

Code Block
languagejs
print("Month is " + monthName(currentDate()));

Example 2

Code Block
languagejs
date varDateTime = "2011-08-17T18:30:55";
print("Month is " + monthName(varDateTime));

...