Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- $this->tr_timestamp = "30/12/2011";
- if(strpos($this->tr_timestamp, "/") > 0) {
- list($day, $month, $year ) = explode("/", $this->tr_timestamp);
- $this->tr_timestamp = date('Y-m-d H:i:s', strtotime("$year-$month-$day"));
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment