예제 #1
0
 /**
  * @param $locale
  * @return date_out (datetime)
  */
 public function getDateOut($locale = NULL)
 {
     return DataHandler::convertDbDateToLocale($locale, $this->date_out);
 }