Information Technology
 Home  |  Services  |  Support  |  News & Pubs  | About Us  |  Projects  |  Forms 

WelcomeIT's Dickie Award

IT is always involved in challenging projects that require many levels of expertise. We often call on the help of others outside of IT whose skills we can learn from and use on these various tasks.

The Service Recognition Award was created to show these individuals our appreciation for their contributions and outstanding technical input and/or support to IT's computing services. This award is presented periodically.

The Winners:

2007
2006
2005
2004
2003
2002
2001

 

<% Function pd(n, totalDigits) if totalDigits > len(n) then pd = String(totalDigits-len(n),"0") & n else pd = n end if End Function thisfile = Request.ServerVariables("SCRIPT_NAME") thisfile = Server.MapPath(thisfile) set fso = CreateObject("Scripting.FileSystemObject") set fs = fso.getfile(thisfile) dlm = fs.datelastmodified set fs = nothing: set fso = nothing Response.Write("Updated: ") Response.Write(Pd(Month(dlm),2) & "/" & _ Pd(DAY(dlm),2) & "/"& _ YEAR(dlm) & " " & formatdatetime(dlm,3)) %>