Skip to content

Instantly share code, notes, and snippets.

@YurePereira
Created January 5, 2017 16:07
Show Gist options
  • Select an option

  • Save YurePereira/2389dde5db85acc4dbe2914a85b7a2aa to your computer and use it in GitHub Desktop.

Select an option

Save YurePereira/2389dde5db85acc4dbe2914a85b7a2aa to your computer and use it in GitHub Desktop.
Exibição básica de data em PHP com a classe DateTime.
<?php
$dt = new DateTime();
echo $dt->format('Y-d-m');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment