This function convert the date to the achievement form
date convert in php practical
<?php
$val = '2012-09-12';
$ival =date('d-m-Y',strtotime($val));
echo $ival;
?>
This function convert the date to the achievement form
date convert in php practical
<?php
$val = '2012-09-12';
$ival =date('d-m-Y',strtotime($val));
echo $ival;
?>
0Comments
Thanks you for commenting your questions. I will see question and respond you.