@canner/antd-locales
Advanced tools
Comparing version 0.5.19 to 0.5.20
@@ -92,3 +92,3 @@ "use strict"; | ||
{ | ||
return (0, _dayjs.default)(value).format('YYYY/MM/DD HH:mm'); | ||
return (0, _dayjs.default)(value).format('YYYY/MM/DD'); | ||
} | ||
@@ -95,0 +95,0 @@ |
{ | ||
"name": "@canner/antd-locales", | ||
"version": "0.5.19", | ||
"version": "0.5.20", | ||
"description": "plugins locals", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
}, | ||
"gitHead": "c46ab655b7a8e55ce8329ceb58836a387b322dbd" | ||
"gitHead": "0e580e64332fd08332055e4def3204827fa03440" | ||
} |
@@ -44,3 +44,3 @@ /* eslint-disable require-jsdoc */ | ||
case 'dateTime': { | ||
return dayjs(value).format('YYYY/MM/DD HH:mm'); | ||
return dayjs(value).format('YYYY/MM/DD'); | ||
} | ||
@@ -47,0 +47,0 @@ case 'image': { |
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
16674