Example #1
0
 /**
  * returns current Date as DIN 5008 DateTime
  *
  * This method is intend to return current Date as DIN 5008 DateTime.
  *
  * @author Benjamin Carl <*****@*****.**>
  * @return string The requested value
  * @access public
  */
 public function getCurrentDin5008DateTime()
 {
     $now = new self();
     return $now->getDin5008DateTime();
 }