CompactCalendarView
CompactCalendarView copied to clipboard
Get current date
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
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.
ok Thanks