helperNewDate.js 82 B

12345
  1. function helperNewDate () {
  2. return new Date()
  3. }
  4. module.exports = helperNewDate