Home

The Gieses

  • Gallery

Navigation

  • Gallery

User login

  • Request new password
= $current_mon_max) { $day_diff = $day_diff - $current_mon_max; $mon_diff = $mon_diff + 1; } // handle overflow of years if ($mon_diff >= 12) { $mon_diff = $mon_diff - 12; $yr_diff = $yr_diff + 1; } // the results are here: // $yr_diff --> the years between the two dates // $mon_diff --> the month between the two dates // $day_diff --> the days between the two dates // **************************************************************************** // simple output of the results print "Here comes Washington..."; print "

"; // this is just to make it look nicer $years = "years"; $months = "months"; $days = "days"; if ($yr_diff == "1") $years = "year"; if ($mon_diff == "1") $months = "month"; if ($day_diff == "1") $days = "day"; // here we go print ""; print $yr_diff." ".$years.", "; print $mon_diff." $months and "; print $day_diff." ".$days; print ""; ?>
Home » Gallery » Bill's Photos » The Digs » Jonathan - Fence and Trim

Trim

  • View
  • List view

  • 1
  • 2
  • next ›
  • last »
1
P1010877

P1010877

2
P1010931

P1010931

3
P1010885

P1010885

4
P1010874

P1010874

5
P1010921

P1010921

6
P1010878

P1010878

7
P1010913

P1010913

8
P1010875

P1010875

9
P1010916

P1010916

10
P1010882

P1010882

11
P1010881

P1010881

12
P1010920

P1010920

13
P1010880

P1010880

14
P1010879

P1010879

15
P1010915

P1010915

Fervens Drupal theme by Leow Kah Thong. Designed by Design Disease and brought to you by Smashing Magazine.