Tuesday, April 4, 2017

Change date format Laravel

im from indonesia, and i want to show date with indonesia format language but what i've got was english language format. example format was 23 march 2017 (english) i want to get like this one 23 Maret 2017 (Indonesia) so the problem of ine is language.. Can you give me some idea ? this is my example code

<?php echo date("d F Y", strtotime($row->tanggal_pelaksanaan)); ?>

and

Tgl: @foreach ($tindak as $tindakan)  @endforeach

Please Kindly help me. thank you.



via Christianus Andre

Advertisement