Hello,
Can you please help..i am using the strtotime() function and its returning this 1082461933...how do i format it like this 20-04-04
Thank you Niall
$mydate = "1082461933"; //(or your str_to_time argument)
echo date ('d-m-y', $mydate);