Responsive design;
New menus (members); Improved interface for parent editing;
This commit is contained in:
@@ -36,8 +36,8 @@ class training {
|
||||
return $this->tr_id;
|
||||
}
|
||||
|
||||
public function get_tr_date() {
|
||||
return $this->tr_date;
|
||||
public function get_tr_date($_formatted = false) {
|
||||
return !$_formatted ? $this->tr_date : date("Y. F d. H:i", strtotime($this->tr_date));
|
||||
}
|
||||
|
||||
public function get_tr_training_type_trt_id() {
|
||||
|
||||
Reference in New Issue
Block a user