Date Intrinsic Functions - AsString Method

Return the variable as a string

Member of Date Intrinsic Functions (PRIM_LIBI.IDateIntrinsics)

Parameters

NameTypeData TypeDescription
Result*Result (Optional)StringResulting string

Details

AsString returns the date as an unformatted string.

Example

In this example, if #Today was 2014-31-12, the result would be "2014-12-31"
#Result := #Today.asstring

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2