Home

Submit

Source

Feeds

Home » ASP » Date and Time ::

ASP Date and Time
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.
Related Tutorials
ASP Date and Time
VBScript Examples : DatePart Function
ASP / Date and Time
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.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
String Functions
ASP / Getting Started
This tutorial will teach you all of the basic string functions available in ASP using VBScript. I will keep things concise as possible. The following is a list of the functions and an example of each.

Site: www.webdesign.org Report - View Tutorial

ASP Getting Started
VBScript Functions : The Len() Function
ASP / Getting Started
In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.

Site: www.dotnetindex.com Report - View Tutorial

ASP Miscellaneous
Visual Basic Script (VBScript)
ASP / Miscellaneous
This tutorial describe: Using VBScript in ASP Pages, Mixing VBScript Statements with Static HTML Text, Variables and Expressions in VBScript, Arrays, "Collection" Class.

Site: www.herongyang.com Report - View Tutorial

ASP Date and Time
Playing With Times
ASP / Date and Time
There are several different ways of displaying times. Using FormatDateTime and DatePart functions we can manipulate the time in many different ways.

Site: pacosdrivers.com Report - View Tutorial

ASP General Development
Extremely useful ASP functions.
ASP / General Development
A set of useful ASP ( VBScript ) functions.

Site: www.stardeveloper.com Report - View Tutorial

ASP Getting Started
Getting Your Hands Dirty with VBScript
ASP / Getting Started
An introductory look at using VBScript in ASP pages.

Site: www.codebeach.com Report - View Tutorial

ASP General Development
Left() Mid() Right()
ASP / General Development
Learn to use Left() Right() Mid() functions using asp with vbscript with this tutorial.

Site: pacosdrivers.com Report - View Tutorial

ASP File Operations
Downloading Files with VBScript and ASP
ASP / File Operations
Setting up a simple file downloading system with VBScript and ASP is no sweat.The primary use for a system like this is to allow downloading of any TEXT based file that would normally be served via a client's browser and be unable to be downloaded.

Site: www.aspemporium.com Report - View Tutorial

ASP Getting Started
Tricks with VBScript
ASP / Getting Started
Collection of 5 useful VBScript tricks.

Site: www.haneng.com Report - View Tutorial

ASP Miscellaneous
ASP SPLIT, REPLACE and JOIN String Functions
ASP / Miscellaneous
The various string functions can be used interchangeably often. We will write the same script using SPLIT, REPLACE and JOIN to demonstrate all 3 functions and how they often are used for similar tasks. However, your programming situations may be especially suited for 1 out of 3 of the functions.

Site: www.bewebmaster.com Report - View Tutorial

ASP Getting Started
Working with Array : Remove An Item
ASP / Getting Started
Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy. VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array.

Site: www.dotnetindex.com Report - View Tutorial

ASP Getting Started
Functions and Subprocedures
ASP / Getting Started
Functions and procedures provide a way to create re-usable modules of programming code and avoid rewriting the same block of code every time you do the particular task. If you don't have any functions/procedures in your ASP page, the ASP pages are executed from top to bottom, the ASP parsing engine simply processes your entire file from the beginning to the end.

Site: www.webcheatsheet.com Report - View Tutorial

ASP Web Forms
Form validation
ASP / Web Forms
Learn to collect info from forms and validate them with VBScript serverside.

Site: www.haneng.com Report - View Tutorial

ASP General Development
Some Nifty Functions for Passing Variables Around
ASP / General Development
Here are a set of very useful functions that allows you to pass variables around via forms, querystrings, and/or cookies.

Site: www.asp101.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement