hi
i have field with date and i wont to change format i give example.
data: date1 type d,
date2 type char7.
date1 = 20070517
date2 = 05.2007
how i change the format of date1 to date2?
Regards