Date.httpdate(string='Mon, 01 Jan -4712 00:00:00 GMT'[, start=ITALY]) â date
Class Public methods
Creates a new Date object by parsing from a string according to some RFC 2616 format.
1 2 | Date.httpdate( 'Sat, 03 Feb 2001 00:00:00 GMT' ) #=> #<Date: 2001-02-03 ...> |
Please login to continue.