PRB: Details on OLE Automation Date Conversion Routines (241370)
The information in this article applies to:
- Microsoft Win32 Application Programming Interface (API)
This article was previously published under Q241370 SYMPTOMS
The IsDate function returns True when the expression is ambiguous. Examples of ambiguous expressions are:
CAUSE
When supplied with an expression, IsDate searches every possible date format to see if the expression can be represented as a date and then returns False only when all possibilities are used up.
For example, when you enter IsDate("29Feb01"), IsDate has no idea whether the specified value is in dd-mmm-yy or yy-mmm-dd format. IsDate returns True because "29Feb01" is a perfectly valid date in yy-mmm-dd format.
STATUSThis behavior is by design.
Modification Type: | Major | Last Reviewed: | 8/5/2002 |
---|
Keywords: | kbDSupport kbprb KB241370 |
---|
|