DATE FORMAT CHANGE

This commit is contained in:
gandhimathi 2017-11-17 10:58:10 +00:00
parent d0415a3ffd
commit ca29cb7bff

View File

@ -32,7 +32,7 @@ $pic = base_url().'uploads/images/'.$company[0]->ProfilePic;
</tr>
<tr style="height: 26px;">
<td style="width: 100px; height: 26px;">&nbsp;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>
</tr>
<tr style="height: 26px;">