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
Learn to Develop an iPhone or iPad App in 4 Weeks Learn the latest and greatest markup language in the market with Robin Nixon(HTML & HTML5) Now $29 Only(75% Off)
Dim cur_date_time //
Mon, 11/17/2008 - 22:42 — adminDim 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