SamProf / MatBlazor

Material Design components for Blazor and Razor Components
http://www.matblazor.com
MIT License
2.84k stars 384 forks source link

Support for Hijri or Jalali or other international calendar in datepicker #347

Open araselahi opened 4 years ago

araselahi commented 4 years ago

Angular Material Datepicker, uses dateAdapter functionality to inject the logic of date calculation for other nationality calendars (jalali, hijri, chines, ...). Every folks can make and inject the appropriate one, depends on their country official calendar. Please have a look to this issue on Angular Material that ended up to produce this great feature:

https://github.com/angular/components/issues/2519

Actually I don't know your main purpose about choosing flatpickr.js, but I found Angular Material Datepicker a great tool either in look and features.

Christian-Oleson commented 3 years ago

@araselahi , Would you be interested in implementing this feature?