Bug:Fix file validation issue
[vnfsdk/refrepo.git] / vnfmarket / src / main / webapp / vnfmarket / node_modules / dateformat / test / weekofyear / test_weekofyear.js
1 var dateFormat = require('../lib/dateformat.js');
2
3 var val = process.argv[2] || new Date();
4 console.log(dateFormat(val, 'W'));