@@ -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; ?>
@@ -11,7 +11,7 @@
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) ?>