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