Merge pull request #339 from Ritikeshyadav/RitikeshFreeu
fixed date of contrubution
This commit is contained in:
@@ -79,7 +79,7 @@
|
||||
|
||||
<td>Date Of Initial Contribution</td>
|
||||
|
||||
<td>{{ date('d-m-Y00000000000000000', strtotime($data['data']['date_of_initial_contribution'])) }}</td>
|
||||
<td>{{ date('d-m-Y', strtotime($data['data']['date_of_initial_contribution'])) }}</td>
|
||||
|
||||
</tr>
|
||||
|
||||
|
||||
@@ -580,7 +580,8 @@
|
||||
{{-- </ul> --}}
|
||||
{{-- </div> --}}
|
||||
<div
|
||||
class="dropdown notifications {{ getUnreadMessage() > 0 ? 'red_dot' : '' }}">
|
||||
{{-- class="dropdown notifications {{ getUnreadMessage() > 0 ? 'red_dot' : '' }}"> --}}
|
||||
class="dropdown notifications ">
|
||||
<a class="btn dropdown-toggle" type="button" data-bs-toggle="dropdown"
|
||||
aria-expanded="false">
|
||||
|
||||
|
||||
Reference in New Issue
Block a user