An open API service indexing awesome lists of open source software.

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

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.





Live Demo

## 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)