Upgrading to DateTrack 2.0             

This page describes the changes you'll have to make - and the additional options you can add - to web pages currently containing DateTrack 1.0.

Required Changes

  • The only required change in v2.0 is that an additional class file (ryPipe.class) has been added. This addition helps DateTrack determine file modification dates and sizes more quickly and cleanly, particularly when multiple implementations are included on a page. All copies of your current ryDateTrack.class file should be replaced with the two new class files.

    New Features

  • DateTrack can now display the size of the file in addition to (or instead of) its URL and modification date. Add the code |fs to your DisplayText or ReactText parameters where the file's size should appear. It will be calculated and displayed in either bytes, Kb or Mb, depending upon its size. Note that each of DateTrack's *Text parameters can only include two codes. You cannot display the URL, date and size of the file in a single text parameter.


  • .