UNPKG

gp8-common-util

Version:

一些通用的工具,例如,数学运算等...

11 lines (7 loc) 226 B
const Format_Util = { time (timestamp) { let _date = new Date(timestamp); return _data.getFullYear() + '-' + (_date.getMonth() + 1) + '-' + _date.getDate() } } module.exports = Format_Util