I am using crystal XI with oracle 10g database...
A parameter in our reports allows our user to choose between two date formats for all of the dates that the report outputs - mm/dd/yyyy or dd-mmm-yyyy. I know how to set the date format by using the format editor, and writing functions out for the day, month, year, order, and separator. It works.
It just seems rather tedious and we will be using this date format parameter on several reports, so I would like to know if anyone has an easier way of going about this.
Thanks!!!