 
  |
 |
Displaying Dates and Times with ASP
|
|
 |
|
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
|
 |
| |
Displaying the Current Date and Time
|
|
 |
|
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.
|
 |
| |
Dynamic Date Menu
|
|
 |
|
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.
|
 |
| |
VBScript Functions : DatePart()
|
|
 |
|
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. .
|
 |
| |
Comparing Dates in ASP
|
|
 |
|
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.
|
 |
| |
Insert Date into Access Database
|
|
 |
|
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.
|
 |
| |
Format date and time with ASP
|
|
 |
|
ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily.
|
 |
| |
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
|
 |
| |
Converting normal Date into RFC...
|
|
 |
|
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 could
|
 |
| |
|
 |
 
  |