I have searched the forums for information on converting a number date type to a date, but have not found a solution for my problem. The database I am working with stores the date as follows, or at least this is how CR 8.5 shows the number date in the report...
Example 1
Actual Date: 09/24/1985
In Crystal: 9,241,985.00 (9 digits)
Example 2
Actual Date: 10/03/1985
In Crystal: 10,031,985.00 (10 digits)
As shown in the examples, the number dates are either 9 or 10 digits in length. I know how to remove the comma's, decimal point and trailing zeros from the number, which would leave me with either a 7 or 8 digit number (or string). The number to date formula examples I have come accross in Crystal all deal with 2 digit months (in my examples it would be 09 or 10). My month varies from either 1 to 2 digit months, which causes the report to error.
Does anyone have some advise on how to deal with this month digit problem?
Thanks!
CGordonn
Example 1
Actual Date: 09/24/1985
In Crystal: 9,241,985.00 (9 digits)
Example 2
Actual Date: 10/03/1985
In Crystal: 10,031,985.00 (10 digits)
As shown in the examples, the number dates are either 9 or 10 digits in length. I know how to remove the comma's, decimal point and trailing zeros from the number, which would leave me with either a 7 or 8 digit number (or string). The number to date formula examples I have come accross in Crystal all deal with 2 digit months (in my examples it would be 09 or 10). My month varies from either 1 to 2 digit months, which causes the report to error.
Does anyone have some advise on how to deal with this month digit problem?
Thanks!
CGordonn