method

xmlschema

v2_2_9 - Show latest stable - Class: DateTime
xmlschema(p1 = v1, p2 = v2)
public

Creates a new DateTime object by parsing from a string according to some typical XML Schema formats.

DateTime.xmlschema('2001-02-03T04:05:06+07:00')
                          #=> #<DateTime: 2001-02-03T04:05:06+07:00 ...>