Konversi String ke Ruby Date
date = Date.strptime(start_date, ‘%d/%m/%y’)
Plain Pig
date = Date.strptime(start_date, ‘%d/%m/%y’)