Esempio n. 1
0
def getTodayDateStr():
    return time.strftime("%Y-%m-%d", time.localtime(configCommon.getNowTimestamp()))
Esempio n. 2
0
def getTodayDateStr():
	return time.strftime("%Y-%m-%d", time.localtime(configCommon.getNowTimestamp()))