|
Date ASP FunctionThe ASP function called Date is very simple - it returns back to you the current system date. You simply call the Date() function and voila, you know the date that your system clock has for you. You can do: CurrDate = Date() Note that this does not include time - the Now() function includes the time component. 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.
|
|