Hi,
I let say I use this code to retrieve date from database
SELECT Table.Date FROM Table
The format is 01/09/2013 (dd/mm/yyyy)
How will i format this to get 09-Jan-2013 output then print this format to crystal report?
I'm using dataset to connect data to crytal report
I just noticed if im not mistaken that even I format the date to different format, the date in crystal report is not changing.
Thanks in advance