IsXsDateTime🔗

Type: Implementation specific
Check that text is a xs:dateTime.

The text is assumed to match a pre-defined pattern for xs:dateTime. In this function, we check for days of month (e.g., February 29th).

See: https://www.w3.org/TR/xmlschema-2/#dateTime

text🔗
Text to be checked
Return🔗
True if the text is a valid xs:dateTime

Code

Code not available as this is implementation-specific.