I have a date field in my SQL db that is a number - not a date/time. I assumed that I could simply use the Date(number) function (number of days starting from Dec. 30, 1899), but my dates were reported as all in 2101! I contacted the db vendor and they informed me that their number date was the number of days starting from Dec. 20, 1800 -- "Clarion" format. How do I use the Date(number) function when "the number of days starting from" is different than what CR is expecting? Thanks for your help!
-- Steve Ikard
-- Steve Ikard