diff options
author | wei <> | 2006-08-30 08:35:39 +0000 |
---|---|---|
committer | wei <> | 2006-08-30 08:35:39 +0000 |
commit | adab65ab49f125b39bf819abe68b0790cbf394df (patch) | |
tree | 280c6f994e1341f3915f71805fbcf22e5b059e5d /HISTORY | |
parent | da895b1c97234c9640d94bef0e2027b9fc8a6a66 (diff) |
Added TDateTimeStamp class for supporting time stamps outside 1970-2038 using float
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ CHG: Unify all client-side javascript event handler syntax. (Wei) CHG: Added more conditions in the requirement checker (Qiang) CHG: TControl::findControlsByType() now only returns objects of the specified type (Qiang) CHG: Moved createdOnTemplate() and addParsedObject() from TControl to TComponent (Qiang) +NEW: TDateTimeStamp class for supporting time stamps outside 1970-2038 using float (Wei) Version 3.0.3 August 6, 2006 ============================ |