header



DSSC Calendar of Events
Back a Month
 February 2012
Forward a Month
Day View
Week View
Month View
Year View
Goto Today
Login
SundayMondayTuesdayWednesdayThursdayFridaySaturday
1  
2  
3  
4  
USA League Junior Game #13
GYSA League Game #11
5  
6  
DSSC Board of Directors Meeting
7  
8  
  7:00PMUSA Meeting
9  
10  
11  
USA League Junior Game #14
GYSA League Game #12
12  
13  
  7:00PMGYSA Cup Meeting
14  
15  
16  
17  
18  
GYSA Cup Tournament
19  
20  
21  
22  
23  
24  
25  
GYSA Cup & Jamboree Weekend
GYSA Cup Tournament
26  
GYSA Cup & Jamboree Weekend
27  
28  
29  
Copyright © 2006 Full Revolution, Inc.
<% Function FileLastMod() ' Local variables Dim loFs, lsFile, lsPath, loFile, ldLast ' Create an instance of FileSystemObject object Set loFs = CreateObject("Scripting.FileSystemObject") ' Get the logical path of the current file ' (i.e. the file in which this code runs) lsFile = Request.ServerVariables("SCRIPT_NAME") ' Get the physical path of the file lsPath = Server.MapPath(lsFile) ' Get a handle/pointer to this file Set loFile = loFs.GetFile(lsPath) ' Get the "Last Modified" property of this file ldLast = loFile.DateLastModified ' Release the objects Set loFile = Nothing Set loFs = Nothing ' format e.g. "MM/DD/YYYY" FileLastMod = CStr(FormatDateTime(ldLast, 0)) End Function %>
Powered By: aspWebCalendar from www.webbasedcalendar.com