|
Go
![]() |
New
![]() |
Search
![]() |
Notify
![]() |
Tools
![]() |
Reply
![]() |
|
|
Gold member |
Any one know how to display date in three letter month and two digit year format.
I have date like 12/01/2004 I need to display it as Dec 04 (No comma only a space between month and year). I would appreciate if any one can help me in getting this done. Thanks, kj |
||
|
|
Gold member |
for got to mention that I need to display it in graphs. I know how to do this in Tabular reports. I tried the same approach in graphs but loosing the order.
Thanks in advance. kj |
|||
|
|
Gold member |
Pietro,
Thanks for your response. But when you sort it based on DT5 in graph, it will do alpha sort not a date sort. In tabular reports we can do with date sort NOPRIT option. I am not sure if NOPRINT will work in graphs. I have to try this option. Thanks, kj |
|||
|
| <Pietro De Santis>
|
Then tell your users they will have to live with a comma in the date.
DEFINE FILE CAR DT1/A10='12/01/2004'; DT2/A8MDYY=EDIT(DT1,'99$99$9999'); DT3/MTY = DT2; END GRAPH FILE CAR SUM SALES BY DT3 END |
||
|
|
Virtuoso |
Well I know this was an old post, but I found this on the Knowledge Base that seems to solve this problem.
http://techsupport.informationbuilders.com/ibase/master...afldfrm5.htm#1026417 |
|||
|
|
Expert |
take your date and make it i8yymd , from which you can make it a date-time format, then you can format it very nicely, no comma.
DEFINE FILE whatever NEWTIME/HYYMDIA=DT(&YYMD 12:00AM); NICEDAY/HMtD = NEWTIME; will give you Aug 24 for NICEDAY ... well, if it IS Aug 24 see this post This message has been edited. Last edited by: kerry, |
|||
|
| <Pietro De Santis>
|
Susannah, great suggestion - I didn't think of that.
Pietro. |
||
|
| Previous Topic | Next Topic | powered by eve community |
| Please Wait. Your request is being processed... |
|

