UNPKG

di-shan-utils

Version:

JavaScript 函数库、工具类

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