Changeset 24 for trunk/www/global.php
- Timestamp:
- Jun 12, 2009, 11:40:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/global.php
r21 r24 260 260 function TimeToHumanTime($Value) 261 261 { 262 return(floor($Value / 3600 / 24).' d ays, '.date('H:i:s', $Value - 3600));262 return(floor($Value / 3600 / 24).' dnů, '.date('H:i:s', $Value - 3600)); 263 263 } 264 264
Note:
See TracChangeset
for help on using the changeset viewer.