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

https://github.com/mohsen77sk/angular-material-moment-jalali-hijri-adapter

Angular material moment adapter (Support jalali and hijri)
https://github.com/mohsen77sk/angular-material-moment-jalali-hijri-adapter

angular angular-material hijri hijri-date-picker jalali jalali-date-picker

Last synced: 9 months ago
JSON representation

Angular material moment adapter (Support jalali and hijri)

Awesome Lists containing this project

README

          

# AngularMaterialMomentJalaliHijriAdapter

## What is this?

This library provides a custom DateAdapter for the Angular Material Datepicker component using the moment library.

* Includes all locales provided by moment.
* Supported **Jalali** calendar for `fa-IR` locale.
* Supported **Hijri** calendar for `ar-SA` locale.

## Demo

## Install

```sh
npm install moment moment-hijri moment-jalaali
```

## Default locale

When MAT_DATE_LOCALE tokens are not provided, `en-US` locale is used by default.