Guest User

Untitled

a guest
Dec 13th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. function FormatBR($data){
  2. $date = date_create($data);
  3. $date = date_format($date, 'd/m/Y');
  4. return $date;
  5. }
Add Comment
Please, Sign In to add comment