python: 将日期从 dd/mm/yyyy 转换为 yyyy mm from datetime import datetime datetime.strptime('02/11/2010', '%d/%m/%Y').strftime('%Y-%m-%d')