Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Date()IConv Date (D), and TimeDate().

Example

Code Block
* Assigns the value 03/01/09 to Date.
 
INTERNAL_DATE = 15036
Conversion  = "D2/"
Date     = OConv(INTERNAL_DATE, Conversion)
The following table provides examples of the correct use of the OConv Date function:

...