I am new to crystal reports.
I have created a report on Oracle VIEW. My view has varchar2 field holds date with YY/MM/DD HH24:SS AM format.
When I select like this in SQL prompt
Select f2date from <viewname>;
I got like this 05/19/03 06:31 AM this is fine. I just want same on my report.
But my report is showing only 05/19/03 06:31. no AM/PM. How can I display AM/PM. Do I need to create a formula? If so what is the code.
I have created a report on Oracle VIEW. My view has varchar2 field holds date with YY/MM/DD HH24:SS AM format.
When I select like this in SQL prompt
Select f2date from <viewname>;
I got like this 05/19/03 06:31 AM this is fine. I just want same on my report.
But my report is showing only 05/19/03 06:31. no AM/PM. How can I display AM/PM. Do I need to create a formula? If so what is the code.