Browse Source

docs: fix typo in use-custom-date-library.en-US.md (#38710)

Typo
pull/38714/head
Nicola Bosco 2 years ago
committed by GitHub
parent
commit
421c60f2e9
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/react/use-custom-date-library.en-US.md

2
docs/react/use-custom-date-library.en-US.md

@ -3,7 +3,7 @@ order: 7.5
title: Use custom date library
---
Bu default, Ant Design use [Day.js](https://day.js.org) to handle time and date. Day.js is an immutable date-time library alternative to Moment.js with the same API.
By default, Ant Design use [Day.js](https://day.js.org) to handle time and date. Day.js is an immutable date-time library alternative to Moment.js with the same API.
You might want to use another date library (**Ant design currently supports [moment](http://momentjs.com/) and [date-fns](https://date-fns.org)**). We provide two ways to customize:

Loading…
Cancel
Save