gregorian-calendar
Advanced tools
Comparing version 4.1.0 to 4.1.1
@@ -1302,2 +1302,8 @@ /* | ||
this.fieldsComputed = false; | ||
}, | ||
toString: function toString() { | ||
// for debug | ||
var v = this; | ||
return '[GregorianCalendar]: ' + v.getYear() + '/' + v.getMonth() + '/' + v.getDayOfMonth() + ' ' + v.getHourOfDay() + ':' + v.getMinutes() + ':' + v.getSeconds(); | ||
} | ||
@@ -1304,0 +1310,0 @@ }; |
{ | ||
"name": "gregorian-calendar", | ||
"version": "4.1.0", | ||
"version": "4.1.1", | ||
"author": "yiminghe <yiminghe@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "date time utils ported from java", |
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
53702
1459