Ignore:
Timestamp:
Mar 1, 2010, 8:03:14 AM (14 years ago)
Author:
george
Message:
  • Přidáno: Modul pro práci s uživateli.
  • Upraveno: Úvodní stránka a stránka zobrazující historii sítě.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Base/HTML/HTML.php

    r17 r19  
    151151      '<div'.$Id.' class="Content">'.$Content.'</div></div>');
    152152  }
     153
     154  function HumanDate($Time)
     155  {
     156    return(date('j.n.Y', $Time));
     157  }
    153158}
    154159
Note: See TracChangeset for help on using the changeset viewer.