UNPKG

115 BJavaScriptView Raw
1function helperGetDateFullYear (date) {
2 return date.getFullYear()
3}
4
5module.exports = helperGetDateFullYear