views:

266

answers:

2

Hello,

I want to know the minimum value of the Crystal Reports datetime datatype.

I know .NET's, I know SQLServer's, but I cannot find anywhere on the internet Crystal reports.

Thanks,

A: 

larger than everyone else...something like 1-01-01 to 9999-12-31

You will get the error message "Dates must be between year 1 and year 9999"

What do you need it for? I usually just use #1900-01-01#, if I need a base date for date arithmetic.

dotjoe
A: 

Doesn't it depend on the underlying data source?

paulmorriss
I'm not sure...
Nathan Koop