
Home > ASP >
Date and Time
|
Sort by : |
|
1-20 of 21 Date and Time sites are shown.
|
|
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
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
This lets you click a button by a text box, click a date, and it fills in the textbox for you .
|
|
|
|
|
|
|
Displays a dynamic calendar in html using asp.
|
|
|
|
|
|
|
This articlem demonstrates using the "day", "month" and "year" functions to return ISO and full english verbose format dates. These functions may not be the wonderful solution you are looking for but at least should help give a few pointers
|
|
|
|
|
|
|
This function shows how to format the date to the needs of a given page
|
|
|
|
|
|
|
Explains the use of the FormatDateTime function in VBScript.
|
|
|
|
|
|
|
A Calendar include that allows you to create calendar based applications quickly so you can focus on functionality rather than worry about what weekday the 1st of January falls on.
|
|
|
|
|
|
|
There are many reasons to use a popup calendar in your application. It could be a form input from the client to select dates, to a personal information manager that shows your appointments.
This application is a form input field that asks the user to enter a date.
|
|
|
|
|
|
|
Someone has finally gotten around to attaching a database to our old calendar sample and submitting it back to us to share with everyone. Your dreams have finally been answered
|
|
|
|
|
|
|
Now, when we know a
lot about date handling, lets put it all together and create a page
like the one above. It is much nicer for the user to select dates like
this than entering it right into a simple text box. It is also a lot
easier to ensure a correct date is entered.
|
|
|
|
|
|
|
There is often a
need to get a date in the furure or the past, like exactly a month ago
or 7 days from now etc.
|
|
|
|
|
|
|
A simple code to fill a
listbox with day numbers and select a particular date.
|
|
|
|
|
|
|
A simple code to fill a
listbox with years and select a particular date.
|
|
|
|
|
|
|
Here I will show
you some routines on how to extract a part of a date, for example the
month number of today.
|
|
|
|
|
|
|
A simple code to fill a
listbox with months and select a particular date.
|
|
|
|
|
|
|
This function was designed to obtain a coherent, reversable date & time stamp. It can be used for any number of things.
|
|
|
|
|
|
|
Sample code for simple ASP Calender application
|
|
|
|
|
|
|
This VBSCRIPT function will return a correct time in AM/PM format. Pass it a string in the format of: 1a - it will return "1:00 AM" 210p - it will return "2:10 PM" 1299X - it will return false 1126 P - it will return "11:26 PM" SignalDEV.com
|
|
|
|
|
|
|
To format dates and times you simply need one function: FormatDateTime(). This function is detailed and explained here.
|
|
|
|
|
|
|