Category: Date and Time function
This function determines if the argument ("text_date") is a recognizable text date and returns TRUE if so.
Argument | Type | Description |
---|---|---|
text_date | Text | Text value that represents a date. |
Return value type: TRUE/FALSE
istextdate("2023-Nov-4") //Returns TRUE
istextdate("11/4/2023") //Returns TRUE (although in an ambiguous format)