add helper to return current year as a string
authorDan Allen <dan@opendevise.com>
Sat, 24 Aug 2019 08:03:33 +0000 (02:03 -0600)
committerDan Allen <dan@opendevise.com>
Sat, 24 Aug 2019 08:03:33 +0000 (02:03 -0600)
src/helpers/year.js [new file with mode: 0644]

diff --git a/src/helpers/year.js b/src/helpers/year.js
new file mode 100644 (file)
index 0000000..aa38992
--- /dev/null
@@ -0,0 +1,3 @@
+'use strict'
+
+module.exports = () => new Date().getFullYear().toString()