Method: Date.xmlschema
- Defined in:
- lib/framework/dateOrig.rb
.xmlschema(str = '-4712-01-01', sg = ITALY) ⇒ Object
:nodoc:
1088 1089 1090 1091 |
# File 'lib/framework/dateOrig.rb', line 1088 def self.xmlschema(str='-4712-01-01', sg=ITALY) # :nodoc: elem = _xmlschema(str) new_by_frags(elem, sg) end |