|
Displaying Date, Time, and Text
| Link ID |
21382 |
| Title |
Displaying Date, Time, and Text |
|
|
| Url |
Visit : Displaying Date, Time, and Text |
| Description |
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. |
| Category |
ASP > Tutorials > Date and Time |
| Keywords |
Displaying Date Time and Text |
| Date |
Sep 20, 2007 |
Refer it to Friend ( Displaying Date, Time, and Text )
Write a Review ( Displaying Date, Time, and Text )
Report Broken Link ( Displaying Date, Time, and Text )
Add : Displaying Date, Time, and Text To Favorites
More links included : Displaying Date, Time, and Text
Site links : Displaying Date, Time, and Text
Traffic Details from Alexa : Displaying Date, Time, and Text
|
|
Other links at ASP > Tutorials > Date and Time |
| 1. |
Returning Month of Date in an SQL Table
|
|
|
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
|
| 2. |
Using GetDate Function in an SQL Statement
|
|
|
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.
|
| 3. |
Date Last Modified ScriptWriter
|
|
|
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."
|
| 4. |
Using DateDiff function in SQL Statement
|
|
|
You may use DateDiff function in an SQL statement to get the number of date and/or time between two dates. You may calculate days between two different date. The return number of DateDiff function can be year, month, day, hour, minute, second ....
|
|
|