module.exports = function(d) { // return d; // return new Date("2015-12-15"); return ""+d.getUTCMonth()+"/"+d.getUTCDate()+"/"+d.getUTCFullYear() }