This is a really simple function to format a date.
function date_formatter($date) {
return date("Y-m-d G:i:s",$date);
}
A place where I can put my code and discuss big data.
This is a really simple function to format a date.
function date_formatter($date) {
return date("Y-m-d G:i:s",$date);
}