The dates in my database are stored as "mdy". When displaying the dates in Crystal Reports 8, the dates are mixed up.
Say I have two dates:
date1 is stored as 08/23/2001, date2 is stored as 10/03/2001.
When displaying the dates i get 23/08/2001 and 10/03/2001 where it should be 08/23/2001 and 10/03/2001 or 23/08/2001 and 03/10/2001.
How can I solve this?
Say I have two dates:
date1 is stored as 08/23/2001, date2 is stored as 10/03/2001.
When displaying the dates i get 23/08/2001 and 10/03/2001 where it should be 08/23/2001 and 10/03/2001 or 23/08/2001 and 03/10/2001.
How can I solve this?