Date and time
The DATE
function
returns the current date as a string using multiple formats.
The TIME
function returns the current time as a string, also in multiple formats. For example:
=DATE('mmmm d yyyy')
APRIL 16 2007
=TIME
11:58:16
So, the current date and time could be drawn with:
TEXT TIME//' '//DATE('mmmm d yyyy')