How to get current date and time?

i tried this

julia> now()
ERROR: UndefVarError: now not defined
Stacktrace:
 [1] top-level scope
   @ REPL[8]:1
julia> using Dates

julia> now()
2021-08-28T16:44:57.953
3 Likes