Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: mohammed Elsdody <31186483+mohamedma872@users.noreply.github.com>
  • Loading branch information
mohamedma872 authored Sep 11, 2024
1 parent a5fe795 commit 624c504
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,7 @@ OR
)
}
```
```kotlin
// Get the current Hijri date
val currentHijriCalendar = IslamicCalendar()
val currentHijriYear = currentHijriCalendar.get(Calendar.YEAR)
val currentHijriMonth = currentHijriCalendar.get(Calendar.MONTH)
val currentHijriDay = currentHijriCalendar.get(Calendar.DAY_OF_MONTH)
```

### 3. Customize the Picker

You can modify the picker to suit your design needs by adjusting properties such as:
Expand Down

0 comments on commit 624c504

Please sign in to comment.