programming faqs interview questions tech technical educational freshers guide preparation interviews hr telephonic
try another color:
try another fontsize: 60% 70% 80% 90%
Programming FAQs

how to get current date and time in asp?

Dim cur_date_time //

Dim cur_date_time // declaring variable
cur_date_time = Now //Now is a function to get the current date and time
Response.Write cur_date_time //writing output