def convertDatetimeToString(o): DATE_FORMAT = "%Y-%m-%d" TIME_FORMAT = "%H:%M:%S" if isinstance(o, datetime.date): return ...
確定! 回上一頁