Skip to content

Instantly share code, notes, and snippets.

@caionitro
Created December 18, 2014 11:27
Show Gist options
  • Save caionitro/7449babac736153ee599 to your computer and use it in GitHub Desktop.
Save caionitro/7449babac736153ee599 to your computer and use it in GitHub Desktop.
funcao para alterar data do banco
<?php
$dt = date("d/m/Y h:i:s", strtotime($dados["dt_bd"]));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment