https://github.com/ascendcorp/date-fns-buddhist-adapter
date-fns adapter with Buddhist years functionality
https://github.com/ascendcorp/date-fns-buddhist-adapter
Last synced: 2 months ago
JSON representation
date-fns adapter with Buddhist years functionality
- Host: GitHub
- URL: https://github.com/ascendcorp/date-fns-buddhist-adapter
- Owner: ascendcorp
- License: mit
- Created: 2023-06-27T06:35:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-10T11:10:00.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T12:53:15.787Z (7 months ago)
- Language: TypeScript
- Homepage: https://ascendcorp.github.io/date-fns-buddhist-adapter/
- Size: 263 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# date-fns-buddhist-adapter
date-fns adapter with Buddhist years functionality compatible with [MUI-X](https://github.com/mui/mui-x) date-picker.
## Get Started
```shell
pnpm add date-fns-buddhist-adapter
```[Code example](https://github.com/ascendcorp/date-fns-buddhist-adapter/blob/gh-pages/src/app/page.tsx) available
## Contribute
First, You need to prepare development environment
Required [Node Version Manager](https://github.com/nvm-sh/nvm) package to align NodeJS version.
```shell
pnpm install
pnpm prepare
nvm use
```Finally, create a pull request for the Ascendcorp team.
## Special Thanks
1. [mui-x](https://github.com/mui/mui-x)
2. [date-fns-be](https://github.com/tarzui/date-fns-be)