ue.7193

User Exit/BASIC Program, Releases: R83 3.1, R83 3.0, and R83 2.2

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

Command Name Type Description
proc.user.exits Command List of PROC user exits.
ue.1193 User Exit Changes date from DD/MM to MM/DD.
pc.d Processing Code Date conversion.

User Comments

What do you think?

Share your experience or ask a question by using the form below.

Login to leave your comments.