UNPKG

114 BJavaScriptView Raw
1var moment = require('moment');
2
3module.exports = function(d) {
4 return moment(d).format('YYYYMMDDHHmmss');
5};