currentDate

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Availability

This routine is available starting with SIL Engine™ 1.0.

Syntax

currentDate()

Description

Returns the current date.

Return type

date

Example

dueDate = currentDate() + "3d";

Returns the 3rd day after the current day.

See also