Multiple choice technology web technology

Returns the serial number of today's date

  1. NOW

  2. TODAY

  3. TIME

  4. WEEKDAY

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

TODAY returns the serial number of the current date (no time component). NOW returns both date and time. TIME only deals with time values. WEEKDAY extracts the day of week from a date. TODAY is the correct function for getting just today's date.