Date.rfc822(string='Mon, 1 Jan -4712 00:00:00 +0000'[, start=ITALY]) â date
Class Public methods
Creates a new Date object by parsing from a string according to some typical RFC 2822 formats.
1 2 | Date.rfc2822( 'Sat, 3 Feb 2001 00:00:00 +0000' ) #=> #<Date: 2001-02-03 ...> |
Please login to continue.