Multiple choice technology testing What will be the output ? Dim MyVar MyVar = Now Current date and time current date current time 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.