IBM Lotus Symphony
|
Returns the date in ISO format from a serial date number that is generated by the DateSerial or the DateValue function.
CDateToIso(Number)
String
Number: Integer that contains the serial date number.
Sub ExampleCDateToIso
MsgBox "" & CDateToIso(Now) ,64,"ISO Date"
End Sub