year format in date mysql
cur.execute('''SELECT id,home,visitor,finalscorehome,finalscorevisitor,eldatetime FROM games where Month(eldatetime) = Month(%s) AND YEAR(eldatetime) = Year(%s) AND DAY(eldatetime) = DAY(%s)''',(gamedate.date(),gamedate.date(),gamedate.date()))