Changeset 418


Ignore:
Timestamp:
11/20/08 15:41:12 (16 years ago)
Author:
ra33
Message:

Added start time to session stats

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/stats/SessionStats.java

    r408 r418  
    7272
    7373        public static String getCurrentStats() {
     74               
    7475                StringBuffer stats = getLength();
    7576
     
    449450        public static StringBuffer getLength() {
    450451                StringBuffer stats = getDate();
     452                stats.append("Start:").append(Logger.EasyDateFormat("ddMMMyyyy:HHmm", _StartTime)).append("\n");
    451453                stats.append("SessionTime: ").append(getTimeElapsed()).append("\n");
    452454                return stats;
Note: See TracChangeset for help on using the changeset viewer.