prolificinteractive / material-calendarview

A Material design back port of Android's CalendarView
https://prolificinteractive.github.io/material-calendarview/
MIT License
5.92k stars 1.32k forks source link

How to get the string value from CalendarDay from setOnDateChangedListener ? #923

Open BlahBleh opened 5 years ago

BlahBleh commented 5 years ago

I wanted to get the date clicked as a string to pass it to another activity. But I can't seem to do it. My toString() was ignored. Please help