# Persian calendar utils for Material UI DatePicker

This library provides implementation specific utility functions that can
be used by the material-ui's DatePicker component to correctly render
a Persian calendar.

Please refer to material-ui's
[documentation page for DatePicker](http://www.material-ui.com/#/components/date-picker)
under localized example to learn how to use it.


## Installation

You can install this package with the following command:

```sh
npm install material-ui-persian-date-picker-utils
```

## Thanks

Great thanks to [material-ui](https://github.com/callemall/material-ui) for their great react components.

## License
This project is licensed under the [MIT license](https://github.com/alitaheri/react-mixout/blob/master/LICENSE).