Ver originalimport datetimefecha = '05/10/2015'fecha_obj = datetime.date.strptime(fecha, '%d/%m/%y')print fecha_obj.strftime('%Y-%m-%d')