method
iso8601
v1_9_1_378 -
Show latest stable
- Class:
Date
iso8601(str='-4712-01-01', sg=ITALY)public
No documentation available.
# File lib/date.rb, line 1069
def self.iso8601(str='-4712-01-01', sg=ITALY) # :nodoc:
elem = _iso8601(str)
new_by_frags(elem, sg)
end