1.0.1 • Published 2 years ago

mars-tools v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

安装

npm install mars-tools

导入

const marsTools = require("mars-tools");

格式化时间

// require('mars-tools') for time format
const dtStr = marsTools.dateFormat(new Date());
console.log(dtStr);

转义 html 中的特殊字符

...
1.0.1

2 years ago

1.0.0

2 years ago