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

Nerd Rides to WA

  • View
  • List view

1
KLR2WA-01

KLR2WA-01

2
KLR2WA-02

KLR2WA-02

3
KLR2WA-03

KLR2WA-03

4
KLR2WA-04

KLR2WA-04

5
KLR2WA-05

KLR2WA-05

6
KLR2WA-06

KLR2WA-06

7
KLR2WA-07

KLR2WA-07

8
KLR2WA-08

KLR2WA-08

9
KLR2WA-09

KLR2WA-09

10
KLR2WA-10

KLR2WA-10

11
KLR2WA-11

KLR2WA-11

12
KLR2WA-12

KLR2WA-12

13
KLR2WA-13

KLR2WA-13

14
KLR2WA-14

KLR2WA-14

15
KLR2WA-15

KLR2WA-15

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