UNPKG

106 BJavaScriptView Raw
1function helperGetDateMonth (date) {
2 return date.getMonth()
3}
4
5module.exports = helperGetDateMonth