Question:medium

Which Date and Time function returns the value of today’s date with time?

Show Hint

Use Now() for date-time stamps and Today() for dates when analyzing or managing time-based data in Excel.
Updated On: Jan 13, 2026
  • Today()
  • Day()
  • Now()
  • Day time()
Show Solution

The Correct Option is C

Solution and Explanation

- Excel's Now() function retrieves the current date and time.
- The Today() function provides only the current date, omitting the time.

Was this answer helpful?
0

Top Questions on Miscellaneous