current_date

Modified on Thu, 24 Aug 2023

Description

Use this function to obtain the current date.

Syntax

current_date():Date

Returns

Return ValueDescription
DateReturns a Date object representing the current date.

Sample

ExampleResultDescription
current_date()Current DateReturns the current date as a Date object.

To view all the Date functions, click here.

See Also