Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post wat u doin.
Today 04:38 PM
by Zombies
Last post by Hale'iwa
Today 05:39 PM
18 Replies, 55 Views
Go to first new post How....
Today 05:30 PM
Last post by zombii goat
Today 05:37 PM
2 Replies, 3 Views
Go to first new post Well...
Today 05:02 PM
Last post by learning noob
Today 05:37 PM
27 Replies, 60 Views
Go to first new post How to automatically get...
03-08-2008 11:01 AM
Last post by Jakious
Today 05:32 PM
11 Replies, 398 Views
Go to first new post Ted Bundy
Today 05:31 PM
by blurx
Last post by blurx
Today 05:31 PM
0 Replies, 1 Views
Reply
 
LinkBack Thread Tools Display Modes

 Dynamicly Changing Copyright [ASP]
Old 10-18-2006, 03:49 PM   #1 (permalink)
Oosband
Guest

 
Posts: n/a
iTrader: / %
Dynamicly Changing Copyright [ASP]

This ASP script will auto-update the year displayed, I have coded this for changing copyright but you could use it for practicly anything.

Code:
<%
Function CorrectCopyrightYear (CreationYear)
If Year(Now) > CreationYear Then
CorrectCopyrightYear = CreationYear & "-" & Year(Now)
Else
CorrectCopyrightYear = CreationYear
End If
End Function
%>
Copyright © <%= CorrectCopyrightYear(2006) %>. All Rights Reserved.
Obviously the viewable text is editable, I have also printed the year as 2006, if you are reading this in a later year please change it to your current year.

Hope this helps.

-- //Oosband
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the application rule citizen Website Suggestions 9 11-06-2006 04:30 PM
King has no friends so he has to annoy others by changing their msns names O.o Flame Chat 16 10-11-2006 05:47 PM

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 05:39 PM.


vBulletin skin developed by: eXtremepixels
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.12203789 seconds (100.00% PHP - 0% MySQL) with 20 queries