@date-io/core
Advanced tools
Comparing version 2.1.0 to 2.2.0
export interface DateIOFormats<TLibFormatToken = string> { | ||
/** Localized full date, useful for accessibility @example "January 1st, 2019" */ | ||
fullDate: TLibFormatToken; | ||
/** Day format string extremely required to localize @example "Wed, Jan 1st" for US, "January 1st" for Europe */ | ||
/** Date format string with month and day of month @example "01 January" */ | ||
normalDate: TLibFormatToken; | ||
/** Date format string with weekday, month and day of month @example "Wed, Jan 1st" */ | ||
normalDateWithWeekday: TLibFormatToken; | ||
/** Shorter day format @example "1 January" */ | ||
@@ -7,0 +9,0 @@ shortDate: TLibFormatToken; |
{ | ||
"name": "@date-io/core", | ||
"version": "2.1.0", | ||
"version": "2.2.0", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -34,3 +34,3 @@ "scripts": { | ||
}, | ||
"gitHead": "7589b2f00ad970ae4c835b7fd4c195fa3dc38615" | ||
"gitHead": "fb544fcb8d281ae4642eb1677a3dc147d626c592" | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
7653
5
129
0
6