Ejemplo n.º 1
0
 public static function yearDiff(XDateTime $d1, XDateTime $d2)
 {/*{{{*/
     return ($d2->getYear() - $d1->getYear());
 }/*}}}*/