currentDate

Description

Returns the current date.

Return Type

Date

Example

dueDate = currentDate() + "3d";

Returns the 3rd day after the current day.

See also