Abdul Rehman Sayed
Abdul Rehman Sayed

Reputation: 6672

Arabic/Hijri DatePicker for Angular 6

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

Answers (1)

Ahmed Wael
Ahmed Wael

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

Related Questions