Changeset 864 for trunk/Application/Core.php
- Timestamp:
- Feb 5, 2016, 11:47:36 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Core.php
r862 r864 332 332 $this->PageHeaders[$Name] = $Callback; 333 333 } 334 335 function HumanDate($Time) 336 { 337 return(date('j.n.Y', $Time)); 338 } 334 339 }
Note:
See TracChangeset
for help on using the changeset viewer.