private void SetCurrentDate() { lblMonthName.Text = Now.ToMonthName(); lblDayOfMonth.Text = Now.ToDayNumber(); lblDayName.Text = Now.ToDayName(); }