UNPKG

103 BJavaScriptView Raw
1function helperGetDateTime (date) {
2 return date.getTime()
3}
4
5module.exports = helperGetDateTime