Calendar utils that add full hijri calendar system support to material-ui-pickers
npm install material-ui-pickers-hijri-utilsThis library provides implementation specific utility functions that can
be used by the material-ui-picker
components to correctly render a Hijri calendar.
Please refer to material-ui-pickers's
documentation
under localized example to learn how to use it.
Exactly like Persian but replacing j format to i (i.e. date.format('iYYY') instead of date.format('jYYY') )
You can install this package with the following command:
``sh``
npm install material-ui-pickers-hijri-utils
Great thanks to material-ui and
material-ui-pickers
for their great react components.
Inspired by material-ui-pickers-jalali-utils