I found answer to hijri date in Islamic calendar but the code is very complex.
The Question
is there simple function to get it as DateTime
type ?
I found answer to hijri date in Islamic calendar but the code is very complex.
is there simple function to get it as DateTime
type ?
Copyright © 2021 Jogjafile Inc.
Try using the Joda-Time API IslamicChronology. It's not part of the Android API, download the JAR and add it to your build path to use it in Android projects.
See Joda-Time documentation for Islamic calendar system.
Example code taken from that documentation: