Date.rfc3339(string='-4712-01-01T00:00:00+00:00'[, start=ITALY]) â date
Class Public methods
Creates a new Date object by parsing from a string according to some typical RFC 3339 formats.
Date.rfc3339('2001-02-03T04:05:06+07:00') #=> #<Date: 2001-02-03 ...>
Please login to continue.