|
|
|
|
|
Total Hits: 2047 | Today: 0 |
Author: Ron Williams
|
Rating:
|
|

In this tutorial, I discuss Date and Time functions with ASP and VBScript. I'll go over many of the built-in VBScript Date/Time functions, and walk you through a custom function I created. The function combines several built-in functions to enable you to display the current date and time on a webpage in virtually any format....
|
|
|
|
Total Hits: 216 | Today: 0 |
Author: CodeAve.com
|
Rating:
|
|

This code repeats the process to three times to demonstrate the full effects of date dependent content. The content is set to display only on 12/31/1999 and shows a preview and how many days until the content will show up and an after view after expiration....
|
|
|
|
Total Hits: 446 | Today: 0 |
Author: Anthony J. Biondo Jr
|
Rating:
|
|

This Function allows you to get the amount of work days in a specified interval. Sometimes businesses need to calculate the amount of hours expended on a project but only want to include work days....
|
|
|
|
Total Hits: 1398 | Today: 0 |
Author: James
|
Rating:
|
|

This tutorial and download shows you how to convert any date from one format to another (Ex: UK Format to US Format). Useful for when you need to use DateDiff, DateAdd, DatePart, or other VBScript Date functions....
|
|
|
|
Total Hits: 597 | Today: 0 |
Author: Gary Williams
|
Rating:
|
|

Nothing fancy, but here is an example of a calendar with today highlightd, let you choose a day, month, and year to view, and with some minor modification will even put your events onto the page on the proper days!...
|
|
|
|
Total Hits: 1112 | Today: 0 |
Author: aa2max.
|
Rating:
|
|

The goal was to create an easy to use web-based time management application using ASP (Active Server Pages) and the Microsoft Access database for the backend....
|
|
|
|
Total Hits: 316 | Today: 0 |
Author: Rama Ramachandran
|
Rating:
|
|

How to make a calendar page pop-up functional by filling in user-entered date fields on a form. In last month's article I showed you how to create a calendar page in ASP with pop-up functionality. In this month's article, I'll show you how to make your pop-up functional with an application by filling in user-entered date fields on a form....
|
|
|
|
Total Hits: 573 | Today: 0 |
|
Rating:
|
|

When you work with dates and times, it is vital to know the correct value that represents the date or time period you are wanting. Here is a list of available date / time values. Read the article to learn more!...
|
|
|
|
Total Hits: 165 | Today: 0 |
Author: Tim Warke
|
Rating:
|
|

One thing that many people would like to be able to do on their website homepage is to display the current date and time. Why is this? Surely most people won’t use your website as a clock? Very true. But it gives your site the impression of being dynamic and up to date. So is this hard to do? Not at all. Lets look at some functions we can use to do this....
|
|
|
|
Total Hits: 480 | Today: 0 |
Author: Microsoft
|
Rating:
|
|

In this article I will demonstrate how to build a Web-based calendar. This article provides a good introduction to data-driven Web sites for developers new to Active Server Pages (ASP), Structured Query Language (SQL), and ActiveX® Data Objects (ADO). For more experienced developers, I also provide tips on scalability....
|
|
|
|
Total Hits: 1039 | Today: 0 |
Author: Ashot Nersessian
|
Rating:
|
|

A demo with the code (both in VBScript and JScript) is presented that gives the date a given number of working days ahead or back from this day (or any other date, if you modify the code slightly). Holidays are not accounted for....
|
|
|
|
Total Hits: 506 | Today: 0 |
Author: Mergatroid
|
Rating:
|
|

Generate a Calendar in a tree list view.Specify the number of years and whether or not you want to start in a year older than the current one. The calendar has links for each day that pass the date as a querystring value....
|
|
|
|
Total Hits: 652 | Today: 0 |
Author: Ethan McDonald
|
Rating:
|
|

Resolving Dates & Times Between Scheduled Events I wrote this function for a Calendar I was creating and needed to find out if a date or time was between a scheduled event....
|
|
|
|
Total Hits: 337 | Today: 0 |
Author: Mergatroid
|
Rating:
|
|

Do you want to present date/currency information internationally.You can change the format a Date is displayed, by changing the LCID(Locale Identifier).A good way to do this is to detect the language setting of the browser.This code does just that!...
|
|
|
|
Total Hits: 237 | Today: 0 |
Author: M Jones
|
Rating:
|
|

This is an incredibly simple script to paste into your pages to show the user the current date. Very few lines of code are needed, which makes it very easy to use and extremely effective!...
|
|
|
|
Total Hits: 317 | Today: 0 |
Author: Jared Stauffer
|
Rating:
|
|

VBScript provides developers with a wonderful function called DateAdd(). With this function you can add or subtract from a date or time....
|
|
|
|
Total Hits: 1129 | Today: 0 |
Author: Jared Stauffer
|
Rating:
|
|

Find out how much time occurs between two dates is easy with DateDiff(). This function is useful if you need to find the amount of time between one date and another, or if you need to find out how much time is left until the end of the year....
|
|
|
|
Total Hits: 264 | Today: 0 |
Author: Chris Hembrow
|
Rating:
|
|

This script translates a Gregorian (conventional) format date in to a julian number Useful for date sorting for systems with no inherent ability to sort by date (e.g. XSL)...
|
|
|
|
Total Hits: 256 | Today: 0 |
Author: Cord Worthmann
|
Rating:
|
|

Script that returns date and time in each format you want to based on the arguments you've given to it. Works under each language-support worldwide with your own weekday and month names. GTM time management inclusive. Script description is in German....
|
|
|
|
Total Hits: 1662 | Today: 0 |
Author: Jared Stauffer
|
Rating:
|
|

To format dates and times you simply need one function: FormatDateTime(). This function is detailed and explained here.......
|
|
|
|
|
|
|