Closed stieben closed 8 years ago
Line 7 in common.js results in a deprecation warning; see moment/moment#1407. I suggest changing the line from
return moment(date).format(date_format);
to
return moment(date, date_format);
If approved I can open a PR to fix this.
I'll be happy to merge the PR :)
Line 7 in common.js results in a deprecation warning; see moment/moment#1407. I suggest changing the line from
to
If approved I can open a PR to fix this.