python自動生成指定格式的日期串date = time.strftime("%Y%m%d", date_touple)

def getRandDate(self,flag): '''用於生成隨機的日期,若是flag小於零則生成小於今天的日期,不然生成大於今天日期的日期''' if flag == '0': a1 = (1990, 1, 1, 0, 0, 0, 0, 0, 0) # 設置開始日期時間元組(1976-01-01 00:00:00)
相關文章
相關標籤/搜索