LoudASP Knowledge Base - ASP Help Questions
General Active Server Page help questions
Date Formatter for ASP (Date Formatter)
If you want to display the Date in a nice, easy to read manner on your Web Site, give this a try. We will use ASP to display Day of Week, Month, and Year. Insert the code below in the body of you page.
<% Dim bannerDate bannerDate = Split (FormatDateTime(Date,1),",",2) Response.Write ( bannerDate(0) & " " & bannerDate(1) ) %>
Author: Disabled Cops
This FAQ has been read 6447 times.
Using Server.MapPath() To Find Your Database.
Speed UP ASP
Server Variables
Redirecting to other pages
Making a Cookie with ASP
Lets Play With Arrays
How to use the Querystring
How to Use Forms 2
How to Use Forms
How to Show Active Users
How to Include Files
How to have ASP check your email
Hit Counter for ASP using Session (Session Based Hit Counter)
Force a Form Field to be Filled In!
Easy Basic ASP Guide 2
Easy Basic ASP Guide
Detecting Errors with the Err Object
Date Formatter for ASP (Date Formatter)
Connecting to Authorize.Net
Clog the Spam Machine
Calling ASP Code from an <IMG> tag
Banning Certain IP Address' To Your Site
ASP Random Numbers
ASP Generated SQL Statements
Adding Your Logo to a Bookmark
Adding and Subtracting Dates
|