'Declaration Public Function printd( _
ByVal cFormatThe date and time format.As System.String, _
ByVal oDateA Date object to format.As System.DateTime _
) As System.String
public System.String printd(
System.String cFormat,
System.DateTime oDate
)
public: System.String printd(
System.String cFormat,
System.DateTime oDate
)
public:
System.String printd(
System.String cFormat,
System.DateTime oDate
)
Parameters
- cFormat
- The date and time format.
- oDate
- A Date object to format.
Return Value
The formatted date string.