Responsive design;

New menus (members);
Improved interface for parent editing;
This commit is contained in:
Ricsi
2016-12-03 11:10:28 +01:00
parent 289f409405
commit 303f26587f
69 changed files with 2037 additions and 2111 deletions

View File

@@ -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() {