Search notes:

VBA module Text, function parsePossibleDate

parsePossibleDate is a (very β) attempt to parse strings (more correctly: a variant) that might contain dates and if matched, return such a date. If the value could not be mached, it returns cvDate(null).
Formats that the function recognizes are:

TODO

Does this function belong to a DateTime related module?

See also

The Text module

Index