<?php $time="15/05/24 14:00"; $sql_time=preg_replace('#^(\d+)/(\d+)/(\d+) (.*)$#','20$3-$2-$1 $4:00',$time); echo $sql_time;
You have javascript disabled. You will not be able to edit any code.