You can try Date.parse(date_string) . You might also use Date#strptime if you need a specific format: > Date.strptime("10/15/2013", ...
確定! 回上一頁