@HspDateToString
This function returns the string type date in DD/MM/YYYY format.
Syntax
@HspDateToString(NumericDateInput)| Parameter | Description |
|---|---|
| NumericDateInput | The date must be a numeric value. |
Example
This example converts 20100101 to a string.
@return(@hspdatetostring(20100101),error);This returns 01/01/2010.