ptiswitz on 02/25/11
Last Edited at 02/25/11 09:31pm
<?php $date = '25/02/2011'; $date = implode('-', array_reverse(explode('/', $date))); $time = strtotime($date);?>
Report this snippet Tweet
Comment:
You need to login to post a comment.