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

Freshwater Bay (October, 2005)

  • View
  • List view

1
PICT0051.JPG

PICT0051.JPG

2
PICT0050.JPG

PICT0050.JPG

3
PICT0046.JPG

PICT0046.JPG

4
PICT0045.JPG

PICT0045.JPG

5
PICT0032.JPG

PICT0032.JPG

6
PICT0028.JPG

PICT0028.JPG

7
PICT0027.JPG

PICT0027.JPG

8
PICT0024.JPG

PICT0024.JPG

9
PICT0022.JPG

PICT0022.JPG

10
PICT0021.JPG

PICT0021.JPG

11
PICT0020.JPG

PICT0020.JPG

12
PICT0018.JPG

PICT0018.JPG

13
PICT0017.JPG

PICT0017.JPG

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