date-format
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -48,2 +48,6 @@ "use strict"; | ||
} | ||
if (!date) { | ||
date = new Date(); | ||
} | ||
@@ -50,0 +54,0 @@ var vDay = addZero(date.getDate()); |
{ | ||
"name": "date-format", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "formatting Date objects as strings since 2013", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5943
100