Click to See Complete Forum and Search --> : time function


jux82
12-20-2002, 10:36 PM
Hi,

I used time() function to get the current time in asp and store it in database
But the result that goes into database contains date too
whereas I only want the time
How do I remove the date?

Kees
12-22-2002, 08:23 AM
Try this:


Time = formatdatetime(now(),vblongtime)