method

xmlschema

v1_9_2_180 - Show latest stable - Class: DateTime
xmlschema(str='-4712-01-01T00:00:00+00:00', sg=ITALY)
public

No documentation available.

# File lib/date.rb, line 1746
  def self.xmlschema(str='-4712-01-01T00:00:00+00:00', sg=ITALY) # :nodoc:
    elem = _xmlschema(str)
    new_by_frags(elem, sg)
  end