CompactCalendarView icon indicating copy to clipboard operation
CompactCalendarView copied to clipboard

Get current date

Open vishsinghal opened this issue 6 years ago • 2 comments

Hello Sir,

i have try first time default date get in code but you library not provide any method reading get current date without click Listener please tell me how can i get CompactCalendarView current date in android

Thanks & Regard Vishal

vishsinghal avatar Mar 13 '18 06:03 vishsinghal

The current Date is just new Date() in Java. If you want the currently selected date from the calendar. Then just register a listener, and when a new date is selected, you will be notified.

SundeepK avatar Mar 19 '18 22:03 SundeepK

ok Thanks

vishsinghal avatar Mar 21 '18 03:03 vishsinghal