Public Function ConvertToDate(d As Variant, Optional DateIfNotValid As Variant = #1/1/1970#) As Date
ConvertToDate
Comparison, Empty Test and Coercion Functions
ConvertToDate
Get the general type of a variable expressed as an xf_ComparisonTypeEnum This is used by various extension framework procedures
Is the variable empty (Null, or empty string) ?
Is the variable empty (Null, or empty string), 0 or "0" ?
Is the variable empty (Null, or empty string), or the passed value ?
Like the built in nz() function, but substitutes second value if mt() is true.
Like the built in nz() function, but substitutes second value if mt_or_0() is true.