Now Function

Returns the current system date and time as a Date value.

Sintaksis:

Now

Nilai hasil:

Tanggal

Contoh:

Sub ExampleNow

    msgbox "Saat ini " & Now

End Sub