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

Fort Funston, Thanksgiving 2010

  • View
  • List view
Submitted by Bill on Fri, 11/26/2010 - 00:08

  • 1
  • 2
  • next ›
  • last »
FortFunstonTDay-01

FortFunstonTDay-01

FortFunstonTDay-02

FortFunstonTDay-02

FortFunstonTDay-03

FortFunstonTDay-03

FortFunstonTDay-04

FortFunstonTDay-04

FortFunstonTDay-05

FortFunstonTDay-05

FortFunstonTDay-06

FortFunstonTDay-06

FortFunstonTDay-07

FortFunstonTDay-07

FortFunstonTDay-08

FortFunstonTDay-08

FortFunstonTDay-09

FortFunstonTDay-09

FortFunstonTDay-10

FortFunstonTDay-10

FortFunstonTDay-11

FortFunstonTDay-11

FortFunstonTDay-12

FortFunstonTDay-12

FortFunstonTDay-13

FortFunstonTDay-13

FortFunstonTDay-14

FortFunstonTDay-14

FortFunstonTDay-15

FortFunstonTDay-15

  • Login to post comments
  • 8570 reads
Fervens Drupal theme by Leow Kah Thong. Designed by Design Disease and brought to you by Smashing Magazine.