...
Example 1Let's consider the following SIL code:
Code Block | ||
---|---|---|
| ||
return toJiraDateFormat("2017-04-19", true); |
...
By running this code:
Code Block | ||
---|---|---|
| ||
return toJiraDateFormat("2017-04-19", false); |
...
By running this code:
Code Block | ||
---|---|---|
| ||
return toJiraDateFormat("2017-04-19"); |
...