I have this view
<?PHP
$no = 0;
foreach ($dt as $key => $row) {
$no++;
?>
<td style="text-align:center;"> <?=$row->TANGGAL_KADALUARSA;?> </td>
with result
21/11/2018 0:00:00
What I want is to change the format into
21 December 2018