numerdash / project_tools /project_config.py
yifanxie's picture
first commit
f3c73fd
raw
history blame
166 Bytes
import os
import sys
sys.path.append(os.path.dirname(os.getcwd()))
DATETIME_FORMAT1 = '%Y%m%d%H%M'
DATETIME_FORMAT2 = '%Y/%m/%d %H:%M'
DATETIME_FORMAT3 = '%Y-%m-%d'