|
@@ -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>
|