dayjs-parser
Advanced tools
Comparing version
{ | ||
"name": "dayjs-parser", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Date parsing plugin for dayjs", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# dayjs-parser | ||
[](https://npmjs.com/package/dayjs-parser) | ||
[](https://github.com/kensnyder/dayjs-parser/actions) | ||
[](https://codecov.io/gh/kensnyder/dayjs-parser) | ||
[](https://github.com/search?q=repo:kensnyder/dayjs-parser++language:TypeScript&type=code) | ||
 | ||
[](https://opensource.org/licenses/ISC) | ||
[](https://npmjs.com/package/dayjs-parser) | ||
[](https://github.com/kensnyder/dayjs-parser/actions) | ||
[](https://codecov.io/gh/kensnyder/dayjs-parser) | ||
[](https://github.com/search?q=repo:kensnyder/dayjs-parser++language:TypeScript&type=code) | ||
 | ||
[](https://opensource.org/licenses/ISC) | ||
@@ -13,3 +13,3 @@ The most comprehensive and accurate date parser for Node and browsers. It uses | ||
connects the capabilities of | ||
[any-date-parser](https://npmjs.com/package/dany-date-parser) to | ||
[any-date-parser](https://npmjs.com/package/any-date-parser) to | ||
[dayjs](https://day.js.org). | ||
@@ -56,3 +56,3 @@ | ||
dayjs.extend(parserPlugin); | ||
dayjs.extend(dayjsParser); | ||
@@ -77,3 +77,3 @@ const date1 = dayjs('Wed Jan 19 2022 17:52:46'); | ||
dayjs.extend(parserPlugin); | ||
dayjs.extend(dayjsParser); | ||
dayjs.locale('fr'); | ||
@@ -80,0 +80,0 @@ |
Sorry, the diff of this file is not supported yet
8653
-0.14%