Try adding these lines to your buttons:
DateTime today = DateTime.Today;
if( year == today.Year && month = today.Month && i == today.Day ) ucdays.BackColor = Color.LightSkyBlue;
To avoid code repetition, maybe you should create a common function.