Peter Muturi 1 rok pred
rodič
commit
1e4fc38679

+ 2 - 2
resources/views/app/mcp/dashboard/measurements-pending-stamping.blade.php

@@ -26,7 +26,7 @@
                 <td class="text-secondary">
                     <a href="/mc/patients/view/{{$row->client->uid}}/care-months/view/{{$row->careMonth->uid}}"
                        native target="_blank"
-                       title="Care Month: {{date('M Y', strtotime($row->careMonth->start_date))}}">
+                       title="Care Month: {{date('l M Y', strtotime($row->careMonth->start_date))}}">
                         {{ friendly_date_time_short_with_tz_from_timestamp_divide1000($row->ts, 'EASTERN') }} EST
                     </a>
                 </td>
@@ -42,4 +42,4 @@
         No measurement pending stamping
     </div>
 @endif
-</div>
+</div>