CurrentDate (FPScript)
21.09.2021
Determines the calendar time value of the current date and time with a precision of one second.
Syntax
CurrentDate()
Remarks
The calendar time value provides the current date and time information.
Available in
FlexPro View, Basic, Professional, Developer Suite
Examples
Year(CurrentDate()) |
Provides the current year. |
Time(CurrentDate()) |
Returns the current time as a time span value. |