UNPKG

xe-utils

Version:

JavaScript 函数库、工具类

6 lines (4 loc) 106 B
function helperGetDateMonth (date) { return date.getMonth() } module.exports = helperGetDateMonth