I am using a program called CounterPoint which uses a pervasive 2000i database. I am also using Crystal 8.0 developers edition.
The date field in the database contains date data but I believe is in string format (ex. 20030218).
The select query is setup for the user to select a (string)date between {?EarliestDate} and {?LatestDate}. All this works and I get the correct report.
On the report I have output of Date Range: {?EarliestDate} to {?LatestDate}.
How do I get the two dates converted to an actual "date" output (ex: 02/01/03 to 02/18/03} or (ex: February 01 to February 18, 2003).
As always, thanks in advance for your invaluable help.
The date field in the database contains date data but I believe is in string format (ex. 20030218).
The select query is setup for the user to select a (string)date between {?EarliestDate} and {?LatestDate}. All this works and I get the correct report.
On the report I have output of Date Range: {?EarliestDate} to {?LatestDate}.
How do I get the two dates converted to an actual "date" output (ex: 02/01/03 to 02/18/03} or (ex: February 01 to February 18, 2003).
As always, thanks in advance for your invaluable help.