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