Commit 4d0265c7 authored by strong's avatar strong

Merge branch 'master' into SANDBOX

parents 33b7c58c 8d1972c5
......@@ -44,7 +44,7 @@ var aggregate = function(model, match, group_id, sort, callback) {
//格式化日期 (格式:年-月-日)
function date_format(date) {
return moment(date).format('YYYYMMDD');
return moment(date).format('YYYY/MM/DD');
}
//获取日期之间所有日期
......
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