tbkTrackerFormat.ASP
What Is It For?
Use tbkTrackerFormat.ASP to set the date format you want to use.
This date format is used to:
Control the display of date-typed data, such as the dates that are shown in the Student Information window.
Synchronize date formatting between server-side database values and ToolBook (client-side) date-typed variables.
What to Modify
In the tbkTrackerFormat.ASP file, you must set the variable returnValue to the desired date format.
Example:
returnValue = "mm/dd/y"
If you change the date format, you need to modify the Session.LCID value in both tbkTrackerRead.ASP and tbkTrackerWrite.ASP to correspond to the new format.