function padData($data) { $expDT=explode("/",$data); return $expDT[2]."-".$expDT[1]."-".$expDT[0]; }