Formats a date/time value using a given date/time picture format. If you do not specify a picture format or the one you specify is invalid, the default local settings are used

Namespace: PPJ.Runtime
Assembly: PPJ.Runtime.2 (in PPJ.Runtime.2.dll) Version: 2.0.1044.0 (2.0.1044.5276)

Syntax

C#
public static SalString FmtFormatDateTime(
	SalDateTime dateTime,
	SalString sPicture
)

Parameters

dateTime
Type: PPJ.Runtime..::..SalDateTime
The date/time value to format.
sPicture
Type: PPJ.Runtime..::..SalString
The date/time picture format.

Return Value

sDateTime

See Also