Files
number_zj/20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/helperGetDateMonth.js
毛财君 197b38ca6f 1
2023-07-06 17:37:33 +08:00

6 lines
101 B
JavaScript

function helperGetDateMonth (date) {
return date.getMonth()
}
module.exports = helperGetDateMonth