Commit 6c4b3494 authored by 陈志良's avatar 陈志良

Merge branch 'SANDBOX' of git.wxpai.cn:scrmgroup/pisns-forum-api into SANDBOX

parents d062633c 4282072b
......@@ -44,7 +44,7 @@ var aggregate = function(model, match, group_id, sort, callback) {
//格式化日期 (格式:年-月-日)
function date_format(date) {
return moment(date).format('YYYY/MM/DD');
return moment(date).format('YYYYMMDD');
}
//获取日期之间所有日期
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment