Page History
...
For information about available formats, refer to OConv().
Examples
Code Block |
---|
* In this example, the column Order_Date will be displayed with * a date conversion that prints 2 digits for the year, * and delimits month, day, and year with "-". stmt = 'LIST INVOICES ID ORDER_NUMBER ORDER_DATE OCONV "D2-" ' Run_Report("",stmt) |