unknown 3 năm trước cách đây
mục cha
commit
4a218f3083
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      resources/views/app/mcp/patients-table.blade.php

+ 2 - 2
resources/views/app/mcp/patients-table.blade.php

@@ -89,11 +89,11 @@
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_bp_value_pulse }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_bp_measurement_at, false) }}</td>
 
             <td class="text-nowrap">{{ $patient->most_recent_cellular_weight_value ? round($patient->most_recent_cellular_weight_value, 2) : '--' }}</td>
 
-            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at) }}</td>
+            <td class="text-nowrap">{{ friendlier_date_time($patient->most_recent_cellular_weight_measurement_at, false) }}</td>
 
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_cm ? 'Yes' : 'No'}}</td>--}}
 {{--			<td class=text-nowrap">{{$patient->is_enrolled_in_rm ? 'Yes' : 'No'}}</td>--}}