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

Finished Interior (December, 2008)

  • View
  • List view

  • 1
  • 2
  • next ›
  • last »
1
IMG_3344

IMG_3344

2
IMG_3345

IMG_3345

3
IMG_3347

IMG_3347

4
IMG_3341

IMG_3341

5
IMG_3334

IMG_3334

6
IMG_3337

IMG_3337

7
IMG_3352

IMG_3352

8
IMG_3338

IMG_3338

9
IMG_3348

IMG_3348

10
IMG_3358

IMG_3358

11
IMG_3360

IMG_3360

12
IMG_3342

IMG_3342

13
IMG_3333

IMG_3333

14
IMG_3346

IMG_3346

15
IMG_3343

IMG_3343

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