DATE FORMAT CHANGE
This commit is contained in:
parent
d0415a3ffd
commit
ca29cb7bff
@ -32,7 +32,7 @@ $pic = base_url().'uploads/images/'.$company[0]->ProfilePic;
|
|||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 26px;">
|
<tr style="height: 26px;">
|
||||||
<td style="width: 100px; height: 26px;"> Date </td>
|
<td style="width: 100px; height: 26px;"> Date </td>
|
||||||
<td style="width: 89px; height: 26px;" colspan="3"><?php echo $data[0]->date;?></td>
|
<td style="width: 89px; height: 26px;" colspan="3"><?php echo date_format(date_create($data[0]->date),'d-m-Y');?></td>
|
||||||
<hr>
|
<hr>
|
||||||
</tr>
|
</tr>
|
||||||
<tr style="height: 26px;">
|
<tr style="height: 26px;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user