The net's largest PHP, CGI, Perl, JavaScript and ASP script collection and resource web portal
  New Listings
New Listings
Most Popular
Most Popular
Top Rated
Top Rated
Discussion
Discussion
Link to Us!
Link To Us
Search For:         
   
 
Sponsors


Categories

Ajax
ASP
ASP.NET
C and C++
CFML
CGI and Perl
Flash
Java
JavaScript
PHP
Python
Remotely Hosted
Ruby on Rails
Tools and Utilities
Web Hosting
XML

Sponsor Links


Home :: ASP :: Tips and Tutorials :: Date and Time
Sort Listings By:       Click if you want to be notified of new or updated links in this category
  Total: 21    Displaying: 1 - 20 Pages:  1 2

   Displaying Dates and Times with ASP   Hits: 639 

 
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.


Free   Version: n/a   Platform(s): windows   Updated: Mon Jun 25 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dynamic Date Menu   Hits: 517 

 
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.


Free   Version: n/a   Platform(s): windows   Updated: Fri May 11 2007

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   VBScript Functions : DatePart()   Hits: 742 

 
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. .


Free   Version: n/a   Platform(s): windows   Updated: Fri Sep 15 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Comparing Dates in ASP   Hits: 3227 

 
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.


Free   Version: n/a   Platform(s): windows   Updated: Thu Mar  2 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Format date and time with ASP   Hits: 2689 

 
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.


Free   Version: n/a   Platform(s): windows   Updated: Sat Nov 12 2005

Listing Details
Visit
Download
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Converting normal Date into RFC-822 Format Date using ASP   Hits: 2123 

 
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


Free   Version: n/a   Platform(s): windows   Updated: Fri May 27 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Time Formatting with Now()   Hits: 3590 

 


Version: n/a   Platform(s): n/a   Updated: Tue Jan  3 2006

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Displaying the Current Date and Time   Hits: 285 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Insert Date into Access Database   Hits: 1771 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Dates with the Ordinal Suffix   Hits: 995 

 
This tutorial will show you how to display the current date with the ordinal suffix e.g. Wednesday 12th May


Version: n/a   Platform(s): windows   Updated: Mon Mar  7 2005

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   JScript Examples : setDate Method   Hits: 1469 

 
Following example displays usage of setDate method in JScript. 'setDate methods sets the numeric date of the Date object using local time.


Version: 1   Platform(s): WinNT/2000/2003   Updated: Tue Apr 20 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   VBScript Examples : DatePart Function   Hits: 2469 

 
DatePart function is a very useful function to get the a part of a date. You may get year, month, day of year .. etc. of a specific date.


Version: 1   Platform(s): WinNT/2000/2003   Updated: Mon Apr 12 2004

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Formating Date and Time   Hits: 2377 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Using GetDate Function in an SQL Statement   Hits: 3494 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Returning Month of Date in an SQL Table   Hits: 1950 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Playing With Dates   Hits: 3454 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Playing With Times   Hits: 1792 

 
There are several different ways of displaying times. Using FormatDateTime and DatePart functions we can manipulate the time in many different ways.


Version: n/a   Platform(s): n/a   Updated: Mon Jun 10 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Compare dates   Hits: 8695 

 
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)


Version: n/a   Platform(s): n/a   Updated: Thu Apr  4 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Displaying Date, Time, and Text   Hits: 4401 

 
Shows the basic methods to display date, time and text in a ASP script. Examples on different ways to display the date and time presented.


Version: n/a   Platform(s): n/a   Updated: Mon Jan 14 2002

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

   Date Last Modified ScriptWriter   Hits: 1792 

 
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

Listing Details
Visit
Refer
PDF
  Member Reviews (0) Visitor Ratings

  Total: 21    Displaying: 1 - 20 Pages:  1 2

Share


Register | FAQ/Support | Contact Us | About Us | Getting Rated | Link to Us | Bookmark Us | Advertising Info | Terms of Use | Privacy Policy
Copyright © 2008 iNET Interactive. All rights reserved.
Other iNET Interactive Sites:
Web Hosting Talk | dBForums | Mac Forums | Hosting Catalog