How to show Hijri Calendar in DatepickerDialog view in Android using jetpack compose?

346 views Asked by At

I want to display Hijri dates in DatePickerDialog in jetpack compose without using any 3rd party libraries.

val calendar = Calendar.getInstance() //this opens up gregorian calendar I need to show Hijri dates 
0

There are 0 answers