tydeas_dr

Edit timestamp

Apr 6th, 2011
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.27 KB | None | 0 0
  1. <?php
  2.     $this->tr_timestamp = "30/12/2011";
  3.         if(strpos($this->tr_timestamp, "/") > 0) {
  4.             list($day, $month, $year ) = explode("/", $this->tr_timestamp);
  5.             $this->tr_timestamp = date('Y-m-d H:i:s', strtotime("$year-$month-$day"));
  6.         }
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment