I have date I want time

R

Ron Rosenfeld

I have this


Code:
--------------------

Dim strtime As String
strtime = Format(Now, "yy-mm-dd ")
--------------------


but that gives me the date and not the time, what do I need to do to
make this give me the current time?

strtime = Format(Now, "hh:mm")

--ron
 
Top