minor
This commit is contained in:
parent
ed1262581a
commit
85bdcc13f8
@ -27,7 +27,7 @@ public function show()
|
|||||||
$this->decodeKeys();
|
$this->decodeKeys();
|
||||||
$study = Study::with(['details'])->findOrFail($this->key);
|
$study = Study::with(['details'])->findOrFail($this->key);
|
||||||
$fmtD = 'M d, Y';
|
$fmtD = 'M d, Y';
|
||||||
//$fmtDT = 'M d, Y h:i A D';
|
// $fmtDT = 'M d, Y h:i A D';
|
||||||
$fmtDT = 'F j, Y h:i A (l)';
|
$fmtDT = 'F j, Y h:i A (l)';
|
||||||
if (! is_null($study->patient_birthdate)) {
|
if (! is_null($study->patient_birthdate)) {
|
||||||
$age = sprintf('%sY <span class="text-muted ms-2">%s</span>', $study->patient_birthdate->age, $study->patient_birthdate->format($fmtD));
|
$age = sprintf('%sY <span class="text-muted ms-2">%s</span>', $study->patient_birthdate->age, $study->patient_birthdate->format($fmtD));
|
||||||
|
Loading…
Reference in New Issue
Block a user