There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by itself. You can also abbreviate the name of the Day or display the Time in either 24 hour or 12 hour format. This article will show you the basics of how it is done.
FreeVersion: n/a Platform(s): windows Updated: Mon Jun 25 2007
This article will explain how to Dynamically populate a dropdown menu of days dependent om the Month selected. We will be using Javascript and ASP in this article.
FreeVersion: n/a Platform(s): windows Updated: Fri May 11 2007
With DatePart() function in VBScript language you could take only some parts of current time and display/use in your applications. Following examples will show you and give a brief on this function. .
FreeVersion: n/a Platform(s): windows Updated: Fri Sep 15 2006
In this tutorial we will compare dates. We will use DateDiff function. You may compare any two valid dates calculation year, day, month, week, minute ans seconds.
FreeVersion: n/a Platform(s): windows Updated: Thu Mar 2 2006
Have you ever wanted to format a date in your ASP pages (using VBScript) to conform with RFC-822? These are required for various things but in particular they are required format for dates in RSS feeds. While I was producing some RSS feeds I couldn't find any functions that converted ASP dates to the required formats so I created the following functions to do it for you
FreeVersion: n/a Platform(s): windows Updated: Fri May 27 2005
In this tutorial you will learn how to post on a web page using ASP programing the date & time. This tutorial is for beginers and explains in a very simple method how to display the date & time.
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Thu Jun 7 2007
When inserting a date into an Access database you should use the format YYYY-MM-DD. Our function AccessDate returns a date in YYYY-MM-DD format.
When working with a date in Access always use the # delimiters in your SQL statement.
Version: n/a Platform(s): windows Updated: Tue Dec 13 2005
In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings.
Version: 1 Platform(s): WinNT/2000/2003 Updated: Thu Feb 19 2004
This function is very useful, if you wish to get date of current SQL server date and time. You may use this function to fill some rows automatically with current time or using with DateDiff function to return the number between current time.
Version: 1 Platform(s): WinNT/2000/2003 Updated: Tue Feb 10 2004
This is an useful but not known functions. If you wish to learn month of date stored in a database, you may use this function placing in a 'SELECT' sql statement
Version: 1 Platform(s): WinNT/2000/2003 Updated: Tue Feb 10 2004
There are several different ways of displaying dates. You can also add and subtract from them as well. Using the FormatDateTime function we can display dates in any manner.
Version: 1 Platform(s): n/a Updated: Mon Jun 10 2002
Self explaining sort scripts to compare dates. You may use them to display your age, time period fromm a given date or happening etc. (DateDiff, Timer)
The author writes "Many places on the web feature the date that the current document was last modified on. Rather than changing the date manually, using a FrontPage WebBot, or targeting the document by writing it directly into the script, let the server ask the document for the info and it will tell you. This scriptwriter will output code that can be placed on any .asp document on your server and will display the date and time it was last modified in a number of varieties."
Version: n/a Platform(s): n/a Updated: Thu Jan 3 2002