Focal Point
[closed] convert date

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7207069986

April 17, 2018, 09:13 AM
KellyT
[closed] convert date
Hello
I have a date in the A10 format (separationDate)

I need to have a define field of separationMonth that would be MYY format.

I also need to have a define field of separtionYear that would be YY format.

I've tried DPart and CHGDAT and can't get it to work.

thanks for the help.

This message has been edited. Last edited by: KellyT,


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005
April 17, 2018, 09:26 AM
BabakNYC
 
DEFINE FILE datetest
NEW_DT/A8MDYY=EDIT( MYDATE ,'99$99$9999');
DATE_M/MYY=NEW_DT ;
DATE_Y/YY=NEW_DT ;
END

TABLE FILE datetest
BY MYDATE
BY DIM
BY NEW_DT
BY DATE_M
BY DATE_Y

END
 



WebFOCUS 8206, Unix, Windows
April 17, 2018, 11:56 AM
KellyT
thank you very much
that worked.


Prod: WebFOCUS 8.2.0.4
OS: Windows
Outputs: HTML, PDF, Excel, PPT
In Focus since 2005