class Date

Public Class Methods

from_xommelier(value) click to toggle source
# File lib/xommelier/core_ext/date.rb, line 11
def self.from_xommelier(value)
  xmlschema(value)
end

Public Instance Methods

to_xommelier() click to toggle source
# File lib/xommelier/core_ext/date.rb, line 15
def to_xommelier
  xmlschema
end