you are browsing category: Classic ASP
ASP Date Formats and Functions...
Posted by Craig Edmonds in Classic ASP on 08 26th, 2008 | No Comments
ASP 301 Redirect...
Here are some useful code snippets for ASP dates.
1/21/2001
<%= FormatDateTime(theDate) %>
Sunday, January 21, 2001
<%= FormatDateTime(Date, 1) %>
Time: 5:53:39 PM
<%= FormatDateTime(Now, 4) %>
1/21/2001 5:53:39 PM
<%= FormatDateTime(Now)...
View the Full Article Here
Posted by Craig Edmonds in Classic ASP on 08 20th, 2008 | No Comments
A “301 redirect” is more commonly called a “301 moved permanently” status.
It tells a visitor or search engine that the page has been moved elsewhere and no longer exists in its previous place but has been moved somewhere else.
You...
View the Full Article Here




