I have a faircom C-TREE database which is accessed via ODBC by crystal. The date field for this particular database is YYYYddd where ddd is the day of the YEAR. FOr example:
January 1, 2003 ---> 2003001
December 31, 2003 ---> 2003365
I need to convert this string into a crystal date so that I can format it for human consumption (MM/DD/YYYY).
I would also prefer to do this as a crystal function instead of SQL (the load on the faircom serve ris high)
Any help would be greatly appreciated
January 1, 2003 ---> 2003001
December 31, 2003 ---> 2003365
I need to convert this string into a crystal date so that I can format it for human consumption (MM/DD/YYYY).
I would also prefer to do this as a crystal function instead of SQL (the load on the faircom serve ris high)
Any help would be greatly appreciated