from datetime import datetime print(datetime.strptime("2021-10-15", "%Y-%m-%d")) dateString = "15/12/2021" dateFormatter = "%d/%m/%Y" ...
確定! 回上一頁