currentDate
Description
Returns the current date.
Return Type
Date
Example
dueDate = currentDate() + "3d";
Returns the 3rd day after the current day.
See also
Peacock
Returns the current date.
Date
dueDate = currentDate() + "3d";
Returns the 3rd day after the current day.