Multiple choice technology testing

What will be the output ? Dim MyVar MyVar = Now

  1. Current date and time

  2. current date

  3. current time

  4. current date and future date

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

The Now() function returns both the current date AND time as a single timestamp. Unlike Date() which returns only the date, Now() provides complete temporal information including hours, minutes, and seconds along with the calendar date.