Esempio n. 1
0
 public static function invertDate($date)
 {
     $mdate = new MDate($date);
     return $mdate->invert();
 }