| u70ba | Index Level | u8194 |
| Syntax | results = OCONV( string.expression, 'u7193' ) |
| Category | BASIC |
| Type | User Exit |
| Description | converts the American date format (mm/dd/yy) to international format (dd/mm/yy). |
| Options | |
| See Also | user exits, PROC u1193 d (date) |
| Example |
date = "11/06/92"
intl.date = oconv(date,'u7193') At the end of this operation, "intl.date" contains "06/11/92" |
| Warnings | Month, day and year must all be two digit numbers. |
| Compatibility | R83 3.1 R83 3.0 R83 2.2 |
| u70ba | Index Level | u8194 |