eltohamy / material-hijri-calendarview

A Material design back port of Android's Hijri CalendarView
https://github.com/eltohamy/material-hijri-calendarview
Apache License 2.0
60 stars 12 forks source link

getCurrentDate() #6

Closed iosamammohamed closed 7 years ago

iosamammohamed commented 7 years ago

i thought that this method will return the current hijri date today, but when i read the docs i found that it will not.

please is there any method to get the current date of today?

eltohamy commented 7 years ago

Try this: CalendarDay date = CalendarDay.today();