Reputation: 6672
I am searching for a Datepicker in Angular 6 which has the ability to show Arabic Date based on Hijri Calendar.
Can't seem to find one. Is there something available or we need to build it from scratch.
Upvotes: 4
Views: 2854
Reputation: 103
Ng bootstrap or bootstrap for angular has a date picker that supports Hijri dates and other dates formats. You can look into the link below.
https://ng-bootstrap.github.io/#/components/datepicker/calendars
Upvotes: 2