I have a Database that is used by people having different regional rules for Date and numbers display.
For example Dates are stored as YYYY-MM-DD in the Database. Users in France or Italy want to have the date displayed following their regional settings. In C# the conversion is done automatically DD.MM.YYYY. I need to have the same conversion in my Crystal Reports. Where and how can I define that automatism?