Date and Time

StrongCube Tools Component

StrongCube Tools Component helps you to format your number and date/time into VB style formatting routine. You can easily format your number into #,##0.00 or your date/time into dd/mm/yyyy.

Asp Date Validator

This script contains two functions (Leap Year Capable): First will check to validate a date value passed as a parameters. Second will check to validate two dates entered and compare/check first occurs before the second. Functions will return a blank string if the Date(s) is/are valid. They will retun a string containing an error message if Date(s) is/are NOT valid. You could pass the field name as

World Wide Clock

Give visitors to your site a way look up the time and date in any time zone, worldwide. Hundreds of countries and locations listed. Clock is hosted and maintained by onyoursite.com, displayed on your site through a short asp script.

ASPTime

This is a stop-clock component for ASP. It has an average accuracy of 5 milli seconds. You could use it for timing your code, speed comparisons, etc.

File Last Modified Script

Displaying the date last modified is a simple thing to do. All it takes is calling up the ol File Scripting Object and there you have it! The last modified date, dynamically. Every time the file is modified this info is written into the file. The FSO knows just how to read that for you.

LastMod

One of the things missing from the current version of ASP is the ability to get the date/time a file was LastModified. Sometimes it is useful to report the date/time the ASP file was last physically modified. This component is designed to provide that information.

Long Date And Time Format

The Following code will print out the date so that it's in a long date format including the appropriate suffix - i.e st, nd, rd. Here's the code in action: Thursday 12th May 2005

Date Range Script, Dates validator Form

r for a range of dates. This is a free asp validator script developed for users to check for valid / invalid date range in a web page and to validate the result. Also, the form checks for valid or invalid dates. Validator Form that check for valid dates and return correct dates as $date1 and $date2.