Date# - script and chart function
Date# evaluates an expression as a date in the format set in the operating system, by default, or in the format specified in the second argument, if supplied.
Syntax:
Date#(text[, format])
Return data type: dual
Arguments:
Argument | Description |
---|---|
text |
The text string to be evaluated. |
format | String describing how the resulting date string is to be formatted. If omitted, the date format set in the operating system is used. |