|
Shows the basic methods to
Have you ever wanted to
In this source code, you may
display date, time and text
format a date in your ASP
see how can you display date
in a ASP script. Examples on
pages (using VBScript) to
in diffrent formats. This
different ways to display
conform with RFC-822? These
simple ASP code displays
the date and time presented.
are required for various
current time in short, long
things but in particular
and regional settings.
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
Date: Jan, 14 2002 Date: May, 27 2005 Date: Feb, 19 2004 Date: Jan, 03 2006 |
|
There are a number of ways to
Self explaining sort scripts
There are several different
ASP has some very usefull
have users input dates into
to compare dates. You may
ways of displaying times.
functions to deal with date
your application. Dropdown
use them to display your
Using FormatDateTime and
and time : this tutorial let
menus are the preferred
age, time period fromm a
DatePart functions we can
you know more about how to
method employed as
given date or happening etc.
manipulate the time in many
ypou use it very easily.
there
will certainly be
(DateDiff, Timer)
different ways.
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.
Date: Jun, 29 2000 Date: Apr, 04 2002 Date: Jun, 10 2002 Date: Nov, 12 2005 |