I have a program in FPD 2.5. I use a client upload program to import work to the databases. I have a client that used to give me dates as "19991231" yyyymmdd. I converted with the function: CTOD(SUBSTR(DT,5,2)+'/'+SUBSTR(DT,7,2)+'/'+SUBSTR(DT,1,4)). They just recently changed to the
Julian format 'yyyyddd'=2000314. I know the 314 day of year 2000 is today. But I can't figure out a conversion function.
Could some one please help. Thanks a mil.
Hank
Julian format 'yyyyddd'=2000314. I know the 314 day of year 2000 is today. But I can't figure out a conversion function.
Could some one please help. Thanks a mil.
Hank