File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/date/quarter.js
Back
/** * gets date quarter */ function quarter(date){ var month = date.getMonth(); if (month < 3) return 1; if (month < 6) return 2; if (month < 9) return 3; return 4; } module.exports = quarter;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings