class Date

Public Instance Methods

to_xml_value() click to toggle source
# File lib/vendor/xml_node/lib/xml_node.rb, line 40
def to_xml_value
  self.to_time.xmlschema
end