Versions Compared

Key

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

...

Example 1Let's consider the following SIL code:

Code Block
languagejs
return toJiraDateFormat("2017-04-19", true);

...

By running this code:

Code Block
languagejs
return toJiraDateFormat("2017-04-19", false);

...

By running this code:

Code Block
languagejs
return toJiraDateFormat("2017-04-19");

...