J
John Butler
Is there a way to format a natural date like May 7, 2008 to 07/05/2008.
Ive tried
Date.strptime("May 7, 2008", '%d/%m/%Y') without success?
Is it possible to this in a one line with ruby?
JB
Ive tried
Date.strptime("May 7, 2008", '%d/%m/%Y') without success?
Is it possible to this in a one line with ruby?
JB