Articles   Dev Forums   Personalize   Favorites   Member Login   ASP Hosting      Active Users:  88
DevASP - ASP and XML Articles, Samples, Toturials, Sample Chapters and resources for Developers Tuesday, May 13, 2008
Home
Articles & Samples
ASP Hosting
Dev Search
Dev Forum
Add Your Articles
Add a Listing
Sample Chapters
Directory Feed
Link to US
Contact

Search Directory
Applications
Articles & Samples
Components
Community
Database
Developer Sites
Downloads
Hosting Services
Introduction
Knowledge Base
Sample Chapters
WebCasts

Trusted by over 7 million customers!
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

Always Updated Copyright       
Total Hits: 116  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Keep your copyright current with this script. Never edit your copyright again. Uses the DatePart to ensure it is always displaying the current year! Copy and Paste....

Format Dates and Times       
Total Hits: 1446  |  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.......

ASP Calendar Code       
Total Hits: 1277  |  Today: 0 Author: Jason Benassi       Rating:  
Read Reviews | Write Review |              Your Rating: 

This ASP calendar is built with system date and time functions and can be easily integrated with a data driven app to create task lists or event schedules etc....

Ron's Hard Date/Time Function       
Total Hits: 1697  |  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....

Calendar + Memos       
Total Hits: 686  |  Today: 0 Author: Mergatroid       Rating:  
Read Reviews | Write Review |              Your Rating: 

A Calendar that highlights today's date and public holidays. Also reads a text file and adds a custom memo to a date cell in the form of an image and some ALT text....

Date Select Dropdown       
Total Hits: 612  |  Today: 0 Author: Truegeeks       Rating:  
Read Reviews | Write Review |              Your Rating: 

This example dynamically builds drop down date selection objects on an ASP page. Returning valid dates from a client's browser has always been a problem. Was a valid date entered, is the client's date format MM/DD/YYYY or DD/MM/YYYY....

Seconds conversion       
Total Hits: 251  |  Today: 0 Author: Mergatroid       Rating:  
Read Reviews | Write Review |              Your Rating: 

I recently needed to convert a time value from a query that was returned as a value of seconds. For example 309786 seconds. I needed to format this into a more user friendly value like 86:03:06 Here is a function to do this....

Convert from date to date serial formats       
Total Hits: 1443  |  Today: 0 Author: Stephen Borengasser       Rating:  
Read Reviews | Write Review |              Your Rating: 

It converts data from the 'date' format to 'date serial' format.
...

Basic Date Conversion       
Total Hits: 986  |  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....

SQL Date Handler function       
Total Hits: 614  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Provides a work around to the fact that by default Access and SQL Server store dates in US format.If you've ever written a script that needs to UPDATE or INSERT Date values in a database AND you live outside of North America, then I'd nearly bet that (like me) you've stayed up until midnight cursing the fact that all dates in SQL Server and MS-Access are natively converted from US date format ( mm/dd/yyyy )....

DateFilter       
Total Hits: 254  |  Today: 0 Author: Terry Hansen       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you need to provide content based on dates, i.e., production dates, calendar dates, etc. this tool allows you to select a particular date, or navigate back and forth from date to date. By selecting current returns you to the current date. Selecting refresh will take you to the date you have specified....

Calendar Date Picker       
Total Hits: 1997  |  Today: 0 Author: Ngan Chia Seong       Rating:  
Read Reviews | Write Review |              Your Rating: 

A calendar date picker which allow easy input for date in textbox. Only works in IE4 & above. IE6 supported. The current supported date format is mm/dd/yyyy. Make sure the path for the file calendar.js and datev2.htm is set properly...

Maxx Schedule       
Total Hits: 662  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

Resource scheduling and appointment reservation source code. Password protected administration withuniversal table editor and database search. ASP/VBScript/ADO. No components. Access or SQL Server. Includes and CSS are used for page formats....

EzEvents       
Total Hits: 2743  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

An ASP event calendar for you website....

Easy Time Management Application       
Total Hits: 396  |  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....

Building a Web-based Event Calendar       
Total Hits: 310  |  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....

Validing Dates in a form       
Total Hits: 372  |  Today: 0 Author: LiquidRage       Rating:  
Read Reviews | Write Review |              Your Rating: 

A lot of people tend to put dates in drop down list boxes so that users have no way to format the date wrong. There is nothing wrong with that approach though it is not really needed as valaditing dates is very simple using the IsDate() function....

Last Monday Script       
Total Hits: 167  |  Today: 0 Author: Chris Hembrow       Rating:  
Read Reviews | Write Review |              Your Rating: 

This script calculates the date of last monday, Useful for generating automatic csv's etc...
...

Adding working days       
Total Hits: 773  |  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....

Work day diff       
Total Hits: 375  |  Today: 0 Author: Ashot Nersessian       Rating:  
Read Reviews | Write Review |              Your Rating: 

A demo with code in of the number of working days between two given datVBScript for client side calculation es. Can be used in server side scripts. Uses VB function DateDiff("ww",...,...) to find the number of weekends between dates....


1  2  3  4  5  6  7  8  Next >> 


DevASP - Privacy - Disclaimer
Copyright © 2008 DevASP.com