express-art-template icon indicating copy to clipboard operation
express-art-template copied to clipboard

在express-art-template如何使用dateformat方法进行日期的格式化?

Open zizxzy opened this issue 4 years ago • 0 comments

我参考了art-template的写法,使用 const template = require('express-art-template'); const dateFormat = require('dateformat'); template.defaults.imports.dateFormat = dateFormat; 进行声明,但是会出现报错 TypeError: Cannot read property 'imports' of undefined。 那么,有什么办法可以在模板中使用方法吗

zizxzy avatar Apr 30 '20 14:04 zizxzy