Browse Source

all wiz - no need to show the time part in date under hpi/plan content

Vijayakrishnan 3 years ago
parent
commit
d11e12b6cf

+ 1 - 1
resources/views/app/patient/segment-templates/_child_plan/last-plan.php

@@ -12,7 +12,7 @@
             <?php else: ?>
                 <a native target="_blank"
                    href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildPlanNote]) ?>">
-                    <?= friendlier_date_time($point->last_child_plan_effective_date) ?>
+                    <?= friendlier_date($point->last_child_plan_effective_date) ?>
                 </a>
             <?php endif; ?>
         <?php endif; ?>

+ 1 - 1
resources/views/app/patient/segment-templates/_child_review/last-review.php

@@ -11,7 +11,7 @@
             <?php else: ?>
                 <a native target="_blank"
                    href="<?= route('patients.view.notes.view.dashboard', ['patient' => $patient, 'note' => $point->lastChildReviewNote]) ?>">
-                    <?= friendlier_date_time($point->last_child_review_effective_date) ?>
+                    <?= friendlier_date($point->last_child_review_effective_date) ?>
                 </a>
             <?php endif; ?>
         <?php endif; ?>