Ruby: convert string to date
Posted
by jjnevis
on Stack Overflow
See other posts from Stack Overflow
or by jjnevis
Published on 2010-04-27T11:58:13Z
Indexed on
2010/04/27
12:03 UTC
Read the original article
Hit count: 239
In Ruby, what's the best way to convert a string of the format: "{ 2009, 4, 15 }"
to a Date?
© Stack Overflow or respective owner