NativeXml Help
sdStringToDateTimeDef
function sdStringToDateTimeDef(const ADate: Utf8String; ADefault: TDateTime; UseLocalBias: Boolean): TDateTime;
Description
Convert the UTF8String ADate to a TDateTime according to the W3C date/time specification as found here: http://www.w3.org/TR/NOTE-datetime If there is a conversion error, the default value ADefault is returned.