Return the variable as a string
Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)
Name | Type | Data Type | Description |
---|---|---|---|
Result | *Result (Optional) | String | Resulting string |
AsString returns the date as an unformatted string.
In this example, if #Today was 2014-31-12, the result would be "2014-12-31"
#Result := #Today.asstring
Febuary 18 V14SP2