printd

The printd method returns the formated date.

 

Syntax

System.String printd(System.String cFormat, System.Date oDate, System.Boolean bXFAPicture );

 

Parameters

cFormat

Date format

oDate

Date object

bXFAPicture

It specifies whether the value of cFormat is interpreted using the XFA Picture Clause format. Default value is false.

 

Return Value

Returns the formatted date in string, otherwise, null.

 

Remarks

Member of util.

 

Example