Is It Possible to Render the same Data to 2 Different UI Text Objects?

Is it possible that lets say I have two different UI text objects on two different canvas panels. Can I render the same information to both UI text objects using only one method?

if (sysHour >= 18 && sysHour <= 24) {
			MessageCentreText.text = "GOOD EVENING";
			//Debug.Log ("Good Evening!");
		}

Yes, that is entirely possible… Did you even try to do that before coming here…? ._.