Setting the Session.LCID
The LCID (locale identifier) is used in TBK Tracker ASP files to control the formatting used when data is read from or written to the database. This value must be compatible with the date format specified in tbkTrackerFormat.ASP.
If you choose to change the date format, you must specify a compatible Session.LCID value in both:
Modify the value on the line:
Session.LCID = 1033
One source for determining a compatible LCID is MSDN (the Microsoft Developer Network), available from http://msdn.microsoft.com/.
The default Session.LCID that TBK Tracker delivers with is 1033 (English - U.S. format). This corresponds to a date format of "mm/dd/y" in the tbkTrackerFormat.ASP file.