@wordpress/date
Advanced tools
Comparing version 3.13.1 to 3.13.2-next.645224df70.0
{ | ||
"name": "@wordpress/date", | ||
"version": "3.13.1", | ||
"version": "3.13.2-next.645224df70.0", | ||
"description": "Date module for WordPress.", | ||
@@ -32,3 +32,3 @@ "author": "The WordPress Contributors", | ||
}, | ||
"gitHead": "c79ef3aaa212f328a7d45f02018c21c94aa0965c" | ||
"gitHead": "c24e259d5c29457b154032d88c83da7e08ad186c" | ||
} |
@@ -31,4 +31,4 @@ # Date | ||
- _dateFormat_ `string`: PHP-style formatting string. See php.net/date. | ||
- _dateValue_ `(Date|string|Moment|null)`: Date object or string, parsable by moment.js. | ||
- _timezone_ `(string|number|null)`: Timezone to output result in or a UTC offset. Defaults to timezone from site. | ||
- _dateValue_ `Date|string|Moment|null`: Date object or string, parsable by moment.js. | ||
- _timezone_ `string|number|null`: Timezone to output result in or a UTC offset. Defaults to timezone from site. | ||
@@ -54,4 +54,4 @@ _Returns_ | ||
- _dateFormat_ `string`: PHP-style formatting string. See php.net/date. | ||
- _dateValue_ `(Date|string|Moment|null)`: Date object or string, parsable by moment.js. | ||
- _timezone_ `(string|number|boolean|null)`: Timezone to output result in or a UTC offset. Defaults to timezone from site. Notice: `boolean` is effectively deprecated, but still supported for backward compatibility reasons. | ||
- _dateValue_ `Date|string|Moment|null`: Date object or string, parsable by moment.js. | ||
- _timezone_ `string|number|boolean|null`: Timezone to output result in or a UTC offset. Defaults to timezone from site. Notice: `boolean` is effectively deprecated, but still supported for backward compatibility reasons. | ||
@@ -69,3 +69,3 @@ _Returns_ | ||
- _dateFormat_ `string`: PHP-style formatting string. See php.net/date. | ||
- _dateValue_ `(Date|string|Moment|null)`: Date object or string, parsable by moment.js. | ||
- _dateValue_ `Date|string|Moment|null`: Date object or string, parsable by moment.js. | ||
@@ -82,3 +82,3 @@ _Returns_ | ||
- _dateString_ `?string`: Date formatted in the WP timezone. | ||
- _dateString_ `string?`: Date formatted in the WP timezone. | ||
@@ -96,3 +96,3 @@ _Returns_ | ||
- _dateFormat_ `string`: PHP-style formatting string. See php.net/date. | ||
- _dateValue_ `(Date|string|Moment|null)`: Date object or string, parsable by moment.js. | ||
- _dateValue_ `Date|string|Moment|null`: Date object or string, parsable by moment.js. | ||
@@ -111,3 +111,3 @@ _Returns_ | ||
- _dateFormat_ `string`: PHP-style formatting string. See php.net/date. | ||
- _dateValue_ `(Date|string|Moment|null)`: Date object or string, parsable by moment.js. | ||
- _dateValue_ `Date|string|Moment|null`: Date object or string, parsable by moment.js. | ||
@@ -114,0 +114,0 @@ _Returns_ |
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
132850
1