In ruby I am parsing a date in the following format: 24092008. I want to convert each section (year, month, date) into a number.In ruby I am parsing a date in the following fo
In ruby I am parsing a date in the following format: 24092008. I want to convert each section (year, month, date) into a number.In ruby I am parsing a date in the following fo