|
This is a tutorial that will explain to you on how to convert data from the 'date' format to 'date serial' format. Author: Stephen Borengasser Code: ASP 3.0 & VBScript |
Utilizing the date() functions, the current date (or any date you prefer by adjusting the date value) can easily be made the pre-filled selected value of any type of dropdown menu. Author: CodeAve.com Code: ASP 2.0 & VBScript |
Do you have users entering data into an Access db online? Utilizing the default value option in Access you can create a Date/Time field that will automatically enter the date date() or date time now() when you insert values into the table. Author: CodeAve.com Code: ASP 2.0 & VBScript |
When you use ASP and MS Access to create a compoment, you shoul be careful to the date type of Date. Author: Nongjian Zhou Code: ASP 2.0 & VBScript |
|  | |
This FAQ discusses how to create variables that represent date/time. Also discussed are common functions to manipulate date/time variables! Author: Scott Mitchell Code: ASP 2.0 & VBScript |
This example domonstrates a few of the functions provided with VBScript to calculate a date given another date. It uses th DateAdd function to add a specified amount of time to the given date.
Author: ASP-Examples Code: ASP 2.0 & VBScript |
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. Author: Truegeeks.com Code: ASP 2.0 & VBScript |
|  |  |
This code is an function to parse a date in specific format. (Exemple : get a date in french format : jj/mm/aa, or english format : mm/jj/aa).
Author: chris.humbert Code: ASP 3.0 & VBScript |
This tutorial gives beginners information on how to display the current date and time. The date and time described in this section are those that are on the server. Author: SubmitSide Code: ASP 2.0 & VBScript |
Icon Key >
 - Recently Updated
 - Showcase Listing
|