Code: Select all
<?PHP
while ($rowReport = mysql_fetch_object($resReport)) {
$Rdate =stripslashes($rowReport->appid);
echo $Rdate;
?>2004-12-21 05:01 -> Year-Month-Day and time
but what i want is: like this
21-12-2004 05:01 -> Day-Month-year
means i want change in order
can any one solve this prob.