Today is 2/18/98
where 2/18/98 is the current date, use the following formula:
="Today is "TEXT(TODAY(),"m/d/yy")
NOTE: You can substitute the NOW function for the TODAY function in the preceding formula to display the date and time or just the time (depending on the number format that you specify).
You can also display
Today is 2/18/98
and preserve the value of the date as a serial number rather than
converting it to text.
To display the current time, use the following formula:
=NOW()-TODAY()
This formula updates each time the sheet is calculated.