PalAttrFormatDate

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalString PalAttrFormatDate( SalDateTime dtValue )

The PalAttrFormatDate converts a data variable to the string representation used in attribute strings.

Parameters

Name Description
SalDateTime dtValue Date value which should be converted to its string representation. This value can be date, date/time or time.

Returns

The return value is the string representation of the date value.

Comments

The string representation is in client format 'yyyy-MM-dd-hhhh.mm.ss', which corresponds to Oracle format 'YYYY-MM-DD-HH24-MI.SS'