Block | Function | Description |
---|---|---|
"format" | Returns a String of formatting characters that specifies a date format. | |
"format" | Returns a String of formatting characters that specifies a datetime format. | |
"format" | Returns a String of formatting characters that specifies a time format. | |
ToDatetime(value, "format") | Converts a String representation of a datetime, date or time into a datetime value. | |
FromDatetime(datetime, "format") | Converts a datetime, date or time into a string value. | |
DateConvert(fromFormat, toFormat, value) | Converts a datetime, date or time string value to a different format. | |
Now() | Returns the current system date and time as per your local time zone settings. | |
Time() | Returns the current system time as per your local time zone settings. | |
Date() | Returns the current system date as per your local time zone settings. |