In the database, date format is Y-m-d
, I'm trying to display my result with this format d-m-Y
.
This is my code:
<input name="personal_ic_from" type="text" class="tcal" id="personal_ic_from" value="<?php echo $personal_ic_from ?>" readonly="readonly"/>