felixge/node-dateformat

Change To Using ES6 Arrow Functions

chase-manning opened this issue · 0 comments

Most functions are currently using the older function declarations.
To standardise throughout the project, and to adopt a more modern syntax, we should move to using arrow functions for all functions.