feat: mall CombinationActivity

(cherry picked from commit 2e96b1c984)
This commit is contained in:
puhui999
2023-07-02 19:22:57 +08:00
committed by shizhong
parent 195ae79bfc
commit 22f869db89
5 changed files with 385 additions and 0 deletions

View File

@ -70,6 +70,13 @@ export function parseTime(time: any, pattern?: string) {
return time_str
}
/**
* 获取当前的日期+时间
*/
export function getNowDateTime() {
return dayjs().format('YYYY-MM-DD HH:mm:ss')
}
/**
* 获取当前日期是第几周
* @param dateTime 当前传入的日期值