Sign in
apache
/
apex-malhar
/
ByteArrayToString
/
.
/
web
/
demos
/
package
/
node_modules
/
dateformat
/
test
/
test_weekofyear.js
blob: d1ddbe818f3a518d7c1178820e0acd852b308f10 [
file
] [
log
] [
blame
]
var
dateFormat
=
require
(
'../lib/dateformat.js'
);
var
val
=
process
.
argv
[
2
]
||
new
Date
();
console
.
log
(
dateFormat
(
val
,
'W'
));