Convertir la chaîne à Date Ruby
date = Date.strptime(start_date, ‘%d/%m/%y’)
Plain Pig
date = Date.strptime(start_date, ‘%d/%m/%y’)