ue.7193
Date conversion.
Syntax
results = oconv(string.expression,'u7193')
Description
converts the American date format (mm/dd/yy) to international format (dd/mm/yy).
Example
date = '11/06/92'
intl.date = oconv(date,'u7193')
At the end of this operation, 'intl.date' contains
'06/11/92'
See Also
User Comments
What do you think?
Share your experience or ask a question by using the form below.
Login to leave your comments.
