frontello-ui-datepicker
Advanced tools
Comparing version 3.0.9 to 3.0.10
@@ -213,3 +213,3 @@ "use strict"; | ||
if (this.timePicking) { | ||
return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: 'long', day: 'numeric', hour: 'numeric', minute: 'numeric' }); | ||
return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: (shorten ? 'short' : 'long'), day: 'numeric', hour: 'numeric', minute: 'numeric' }); | ||
} else { | ||
@@ -216,0 +216,0 @@ return this.date.toLocaleDateString(this.config.language, { weekday: (shorten ? 'short' : 'long'), year: 'numeric', month: 'long', day: 'numeric' }); |
{ | ||
"name": "frontello-ui-datepicker", | ||
"version": "3.0.9", | ||
"version": "3.0.10", | ||
"description": "Efficient vanilla datepicker", | ||
@@ -5,0 +5,0 @@ "main": "datepicker.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
33603