Hi, does anyone have an SQL function they'd like to share that converts JD Edwards dates (CYYDDD) to dates, or YYMMDD, or some format that is more useful than JDE dates?
I'd like to have an SQL function so that I can do something like Exec SQL SELECT JDE2DATE(JDEDATE) FROM MYFILE. I'm not very experienced with creating SQL functions (although I did create a couple a few years ago as I recall), so I appreciate any help.
Thanks.
I'd like to have an SQL function so that I can do something like Exec SQL SELECT JDE2DATE(JDEDATE) FROM MYFILE. I'm not very experienced with creating SQL functions (although I did create a couple a few years ago as I recall), so I appreciate any help.
Thanks.
Comment