I am using Crystal 8.5 and trying to pull information off of an AS/400 system. The problem I am having is converting the date format used in the tables into a readable date. Our system uses a Julian Date type system only the year 2000 is listed as 100, 2001 shows up as 101, etc. with the day of the year listed as a number. So for example Jan 1, 2001 will show up as 101001 and December 31, 2002 would be 102365. I can break it apart to fix the year but don't know if Crystal will convert the number into a month and day. Any idea's?