示例#1
0
 def test_yday_iso(self):
     print(CommonDate.yday_iso())
示例#2
0
 def test_now_iso(self):
     print(CommonDate.now_iso())
示例#3
0
 def test_yday_time(self):
     print(CommonDate.yday_time())
示例#4
0
 def test_today_ts(self):
     print(CommonDate.today_ts())
示例#5
0
 def test_now_ts(self):
     print(CommonDate.now_ts())
示例#6
0
 def test_today_ymd(self):
     print(CommonDate.today_ymd())
示例#7
0
 def test_today_iso(self):
     print(CommonDate.today_iso())
示例#8
0
 def test_today_time(self):
     print(CommonDate.today_time())
示例#9
0
 def test_yday_ts(self):
     print(CommonDate.yday_ts())
示例#10
0
 def test_yday_ymd(self):
     print(CommonDate.yday_ymd())