UNPKG
first_npm_package
Version:
latest (1.0.0)
1.0.0
first_npm_package
/
index.js
2 lines
•
68 B
JavaScript
View Raw
1
2
var
d =
new
Date
();
console
.
log
((d.
getMonth
()+
1
)+
"-"
+d.
getDate
());