Want to hire a development team?
Search Filter
Search Filter
Sort Listings By
Show Only
By Customer Review
Licence Type

Date & Time

Results 1-20 of 20
Displaying Dates and Times with ASP
There are various ways to display Dates and Times. You can display the Date in the standard MM/DD/YYYY or with the name of the day and month. You can display the Date with the Time or the Time all by itself. You can also abbreviate the name of the Day or display the Time in either 24 hour or 12 hour format. This article will show you the basics of how it is done.
(0 ratings)
Reviews0
PriceFree
Views1820
Displaying the Current Date and Time
In this tutorial you will learn how to post on a web page using ASP programing the date & time. This tutorial is for beginers and explains in a very simple method how to display the date & time.
(0 ratings)
Reviews0
PriceFree
Views1118
Dynamic Date Menu
This article will explain how to Dynamically populate a dropdown menu of days dependent om the Month selected. We will be using Javascript and ASP in this article.
(0 ratings)
Reviews0
PriceFree
Views1531
VBScript Functions : DatePart()
posted byinfoinDate & 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. .
(0 ratings)
Reviews0
PriceFree
Views1585
Comparing Dates in ASP
posted byinfoinDate & Time
In this tutorial we will compare dates. We will use DateDiff function. You may compare any two valid dates calculation year, day, month, week, minute ans seconds.
(15 ratings)
Reviews0
PriceFree
Views5824
Insert Date into Access Database
When inserting a date into an Access database you should use the format YYYY-MM-DD. Our function AccessDate returns a date in YYYY-MM-DD format. When working with a date in Access always use the # delimiters in your SQL statement.
(15 ratings)
Reviews0
PriceFree
Views2888
Format date and time with ASP
ASP has some very usefull functions to deal with date and time : this tutorial let you know more about how to ypou use it very easily.
(3 ratings)
Reviews0
PriceFree
Views3968
Converting normal Date into RFC-822 Format Date using ASP
Have you ever wanted to format a date in your ASP pages (using VBScript) to conform with RFC-822? These are required for various things but in particular they are required format for dates in RSS feeds. While I was producing some RSS feeds I couldn't find any functions that converted ASP dates to the required formats so I created the following functions to do it for you
(9 ratings)
Reviews0
PriceFree
Views3807
Dates with the Ordinal Suffix
This tutorial will show you how to display the current date with the ordinal suffix e.g. Wednesday 12th May
(0 ratings)
Reviews0
PriceFree
Views2267
JScript Examples : setDate Method
posted byinfoinDate & Time
Following example displays usage of setDate method in JScript. 'setDate methods sets the numeric date of the Date object using local time.
(3 ratings)
Reviews0
PriceFree
Views2328
VBScript Examples : DatePart Function
posted byinfoinDate & 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.
(9 ratings)
Reviews0
PriceFree
Views3558
Formating Date and Time
posted byinfoinDate & Time
In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings.
(12 ratings)
Reviews0
PriceFree
Views3277
Using GetDate Function in an SQL Statement
posted byinfoinDate & Time
This function is very useful, if you wish to get date of current SQL server date and time. You may use this function to fill some rows automatically with current time or using with DateDiff function to return the number between current time.
(15 ratings)
Reviews0
PriceFree
Views5110
Returning Month of Date in an SQL Table
posted byinfoinDate & Time
This is an useful but not known functions. If you wish to learn month of date stored in a database, you may use this function placing in a 'SELECT' sql statement
(3 ratings)
Reviews0
PriceFree
Views2844
Playing With Dates
posted byderekinDate & Time
There are several different ways of displaying dates. You can also add and subtract from them as well. Using the FormatDateTime function we can display dates in any manner.
(3 ratings)
Reviews0
PriceFree
Views4557
Playing With Times
posted byderekinDate & Time
There are several different ways of displaying times. Using FormatDateTime and DatePart functions we can manipulate the time in many different ways.
(0 ratings)
Reviews0
PriceFree
Views2876
Compare dates
Self explaining sort scripts to compare dates. You may use them to display your age, time period fromm a given date or happening etc. (DateDiff, Timer)
(27 ratings)
Reviews0
PriceFree
Views9774
Displaying Date, Time, and Text
Shows the basic methods to display date, time and text in a ASP script. Examples on different ways to display the date and time presented.
(9 ratings)
Reviews0
PriceFree
Views5309
Date Last Modified ScriptWriter
posted byinfoinDate & Time
The author writes "Many places on the web feature the date that the current document was last modified on. Rather than changing the date manually, using a FrontPage WebBot, or targeting the document by writing it directly into the script, let the server ask the document for the info and it will tell you. This scriptwriter will output code that can be placed on any .asp document on your server and will display the date and time it was last modified in a number of varieties."
(3 ratings)
Reviews0
PriceFree
Views3536
Form Dates
posted byinfoinDate & Time
There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will certainly be less error checking on dropdown input as compared to textbox input. 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. Here you will find two examples: one that displays the current date with a range of days prior, and the other that displays the current date out of all the dates in a range of years.
(6 ratings)
Reviews0
PriceFree
Views5447
Results 1-20 of 20