test_weekofyear.js 127 Bytes Raw Blame History Permalink 1 2 3 4 var dateFormat = require('../lib/dateformat.js'); var val = process.argv[2] || new Date(); console.log(dateFormat(val, 'W'));