how do I write the current Time in an ASP page in the format HH:MM:SS. I have tried several VB fuctions and they don't work.
thanks
Printable View
how do I write the current Time in an ASP page in the format HH:MM:SS. I have tried several VB fuctions and they don't work.
thanks
Hi,
You can use
Code:<%=time%>
thanks