Advertisement
Guest User

mngluser.php

a guest
Nov 14th, 2015
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.     $date_format = __('F j, Y', 'mingle');
  2.    
  3.     $birthday_timestamp = (int)$this->_get_metadata( 'mngl_birthday' );
  4.     if(isset($birthday_timestamp) and !empty($birthday_timestamp) and $birthday_timestamp)
  5.       $this->birthday = date( $date_format, $birthday_timestamp );
  6.     else
  7.       $this->birthday = '';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement