Changeset 163 for trunk/includes/global_function.php
- Timestamp:
- Mar 18, 2009, 10:41:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r162 r163 23 23 $year = floor($month/12); 24 24 $Days = floor($Days - $month*30); 25 $ $month = $month - $year*12;25 $month = $month - $year*12; 26 26 27 27 return $year.'r '.$month.'m '.$Days.'d';
Note:
See TracChangeset
for help on using the changeset viewer.