Focal Point
[CLOSED] Date Format

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

June 03, 2011, 11:15 AM
Eddiep
[CLOSED] Date Format
I am trying to convert a date to the form: three letter monthh followed by year. An example is Jan11. Itried the following format: LABLMON/MtY = REPMON;. The result comes out: Nov, 97
Is there a way to remove the comma?
I only want to see the three letter month followed by the two digit year.

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


WebFOCUS 7.6
Windows, All Outputs
June 03, 2011, 11:58 AM
Dan Satchell
This might work. Add function LCWORD if you need the month in proper case.

LABLMON/A6 = EDIT(CHGDAT('MDYY','MTY',REPMON,'A17'),'999$99');



WebFOCUS 7.7.05