RE: Difference between adDate and adDBDate?

From: AA2e72E (anonymous_at_discussions.microsoft.com)
Date: 04/26/04


Date: Mon, 26 Apr 2004 07:06:07 -0700

This, from Microsoft documentation, might help:

adDate(7) Indicates a date value (DBTYPE_DATE). A date is stored as a double, the whole part of which is the number of days since December 30, 1899, and the fractional part of which is the fraction of a day.
adDBDate(133) Indicates a date value (yyyymmdd) (DBTYPE_DBDATE).