JDE 9.2: Convert UTC Date on the Lean MFG file (FF31011) to a JDE date.
How can I convert the transaction date lean (LTDATE) to a JDE date? I am extracting data for a report and I want to omit older transactions. The dates on the FF31011 are in UTC format so I need to convert the date to a JDE date to do the comparison. I have tried several BFs, which convert the date, but I am getting an error when I run the program locally. I have gotten the same error on every BF.
Am I doing something wrong? I was wondering if this could be because I am running locally but will it error after it's built and deployed? How would I know if it errors?