I searched a lot on the internet and I couldn\'t succeed to find correct solution for CalendarView click on today date.
works for me/ String:
Intent intent = new Intent(MainActivity.this, DayActivity.class);
intent.putExtra("year", String.valueOf(year) );
intent.putExtra("mon", String.valueOf(month));
intent.putExtra("day", String.valueOf(dayM));
startActivity(intent);
OR need to convert int to String to setText in TextView