This function that converts Integer date YYYYMMDD into string "YYYY-MM-DD" that can be assigned to a String-name variable. As a date formatted String, the text date will display in its formatted date when it appears after a PRINT textDate statement.
Syntax: |
---|
AsDate(dateValue) |
Parameter: |
Description: |
---|---|
dateValue |
Any date value as an Integer value. |
Returns: |
---|
Converts an integer valid date value: 20200315 into a string/text that will appear as: "2020-03-15" |
Example: |
---|
Variables: textDate TYPE: STRING
|
Edit Time: 11/11/2020 2:43:44 PM |
Topic ID#: 660 |