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