I have a date field 2008128 and I need to convert it into the MMDDCCYY format.
The %date conversion doesn't seem to work. Any suggestions.
DAC
The %date conversion doesn't seem to work. Any suggestions.
DAC
/Free
DateNum8 = %Dec(%Date(MyJulDate: *LongJul): *USA);
/End-Free
/Free
DateNum8 = %Dec(%Date(MyJulDate: *LongJul0): *USA0);
/End-Free
Comment