Skip to content

Instantly share code, notes, and snippets.

@YurePereira
Created January 5, 2017 21:40
Show Gist options
  • Select an option

  • Save YurePereira/0d76651c4c2b2c1b36d26c67a5ecb14d to your computer and use it in GitHub Desktop.

Select an option

Save YurePereira/0d76651c4c2b2c1b36d26c67a5ecb14d to your computer and use it in GitHub Desktop.
Pegando a data e hora atual do servidor
<?php
$currentDateTime = new DateTime();
echo $currentDateTime->format('d-m-Y H:i:s');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment