|
Now ASP Date FunctionThe ASP function called Now is very simple - it returns back to you the current system date and time. You simply call the Now() function and voila, you know the date and time that your system clock has for you. You can do: CurrDateTime = Now() Note that if you don't care about the time part, the Date() function returns just the date. ASP Date and Time Functions Bookmark this site so you can reference it any time you have ASP questions in the future! All content copyright © 2012 Minerva WebWorks LLC. All rights reserved.
|
|