roomorama / Caldroid

A better calendar for Android
Other
1.42k stars 531 forks source link

How to Select Dates programiticaly #365

Closed prasoonpv closed 8 years ago

prasoonpv commented 8 years ago

Iam Trying to select dates programitically, please tell me how to do this

carlosandresSanchez commented 8 years ago

With this method : caldroidFragment.setSelectedDates(Date date,Date date);

Later, you have to call :

caldroidFragment.refreshView();

prasoonpv commented 8 years ago

Thank you for replay. I already found it.

On Fri, Feb 19, 2016 at 12:37 AM, Carlos Andrés Sánchez < notifications@github.com> wrote:

With this method : caldroidFragment.setSelectedDates(Date date,Date date);

Later, you have to call :

caldroidFragment.refreshView();

— Reply to this email directly or view it on GitHub https://github.com/roomorama/Caldroid/issues/365#issuecomment-185865476.