Articles
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, June 18, 2013
Home
Articles & Samples
Dev Search
Sample Chapters
Link to US
Contact
Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts
ASP Directory
Applications
Articles & Samples
Components
Developer Sites
Knowledge Base
Sample Chapters
WebCasts
XML Directory
Applications
Articles & Samples
Developer Sites
Error, Bugs & Fixes
Downloads
Introduction
Knowledge Base
Sample Chapters
WebCasts

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP > Calendar & Time
Search
DevASP

What's New
What's Hot

Ron's Hard Date/Time Function       
Total Hits: 2047  |  Today: 0 Author: Ron Williams       Rating:  
Read Reviews | Write Review |              Your 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....

Date Dependent Content       
Total Hits: 216  |  Today: 0 Author: CodeAve.com       Rating:  
Read Reviews | Write Review |              Your 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....

Calculating the work days       
Total Hits: 446  |  Today: 0 Author: Anthony J. Biondo Jr       Rating:  
Read Reviews | Write Review |              Your 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....

Basic Date Conversion       
Total Hits: 1398  |  Today: 0 Author: James       Rating:  
Read Reviews | Write Review |              Your 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....

Calendar       
Total Hits: 597  |  Today: 0 Author: Gary Williams       Rating:  
Read Reviews | Write Review |              Your 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!...

Easy Time Management Application       
Total Hits: 1112  |  Today: 0 Author: aa2max.       Rating:  
Read Reviews | Write Review |              Your 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....

Simplifying Date Data Entry, Part II       
Total Hits: 316  |  Today: 0 Author: Rama Ramachandran       Rating:  
Read Reviews | Write Review |              Your 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....

INTERVAL VALUES FOR DATES / TIMES       
Total Hits: 573  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your 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!...

Time and Date functions       
Total Hits: 165  |  Today: 0 Author: Tim Warke       Rating:  
Read Reviews | Write Review |              Your 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....

Building a Web-based Event Calendar       
Total Hits: 480  |  Today: 0 Author: Microsoft       Rating:  
Read Reviews | Write Review |              Your 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....

Adding working days       
Total Hits: 1039  |  Today: 0 Author: Ashot Nersessian       Rating:  
Read Reviews | Write Review |              Your 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....

A Nice Tree Calendar Generator       
Total Hits: 506  |  Today: 0 Author: Mergatroid       Rating:  
Read Reviews | Write Review |              Your 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....

Date & Time       
Total Hits: 652  |  Today: 0 Author: Ethan McDonald       Rating:  
Read Reviews | Write Review |              Your 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....

Date/Time Formats       
Total Hits: 337  |  Today: 0 Author: Mergatroid       Rating:  
Read Reviews | Write Review |              Your 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!...

Current Date       
Total Hits: 237  |  Today: 0 Author: M Jones       Rating:  
Read Reviews | Write Review |              Your 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!...

Adding & Subtracting Dates & Times       
Total Hits: 317  |  Today: 0 Author: Jared Stauffer       Rating:  
Read Reviews | Write Review |              Your Rating: 

VBScript provides developers with a wonderful function called DateAdd(). With this function you can add or subtract from a date or time....

Amount of time between dates with DateDiff()       
Total Hits: 1129  |  Today: 0 Author: Jared Stauffer       Rating:  
Read Reviews | Write Review |              Your 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....

Julian Date Converter       
Total Hits: 264  |  Today: 0 Author: Chris Hembrow       Rating:  
Read Reviews | Write Review |              Your 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)...

Working DateTime Formatting       
Total Hits: 256  |  Today: 0 Author: Cord Worthmann       Rating:  
Read Reviews | Write Review |              Your 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....

Format Dates and Times       
Total Hits: 1662  |  Today: 0 Author: Jared Stauffer       Rating:  
Read Reviews | Write Review |              Your Rating: 

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


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com