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 Trips

Sitka Fishing (August, 2007) - Page 3

  • View
  • List view

  • « first
  • ‹ previous
  • 1
  • 2
  • 3
31
IMG_1852

IMG_1852

32
IMG_1853

IMG_1853

33
IMG_1857

IMG_1857

34
IMG_1864

IMG_1864

35
IMG_1871

IMG_1871

36
IMG_1873

IMG_1873

37
IMG_1874

IMG_1874

38
IMG_1877

IMG_1877

39
IMG_1879

IMG_1879

40
IMG_1880

IMG_1880

41
IMG_1881

IMG_1881

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