|
Manipulating a Date in a StringWhen dealing with times, you sometimes need complete flexibility. For example, suppose that the date "September 4, 1999" is stored as "19990423", and you want to convert this date to "23-APR-1999". The following code example defines a function that performs this type of date translation:
And the following code uses this function to perform the conversion in a segment level or table level script:
|