Skip to content

Commit

Permalink
Update parsing.mdx to use day.js document website
Browse files Browse the repository at this point in the history
There's a notice in the linked document page for dayjs:

Notice
The document here no longer updates.
Please visit our website https://day.js.org for more information.
  • Loading branch information
ducthienbui97 authored May 26, 2020
1 parent 5feff31 commit 70a0fe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/getting-started/parsing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Material-UI pickers relies on the date management library when the date should b
Find more information about parsing dates in the documentation for your library:

- [date-fns](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date#Several_ways_to_create_a_Date_object)
- [dayjs](https://github.com/iamkun/dayjs/blob/dev/docs/en/API-reference.md#constructor-dayjsexisting-string--number--date--dayjs)
- [dayjs](https://day.js.org/docs/en/parse/parse)
- [luxon](https://moment.github.io/luxon/docs/manual/parsing.html)
- [moment](https://momentjs.com/docs/#/parsing/)

Expand Down

0 comments on commit 70a0fe9

Please sign in to comment.