This commit is contained in:
2019-03-06 09:43:45 +01:00
parent 110bb31616
commit 47524fec34
6 changed files with 47 additions and 9 deletions

View File

@ -245,7 +245,7 @@ class Post {
$content = $post->getContent();
$category = $post->getCategory()->getId();
$author = $post->getAuthor()->getId();
$dt = (new DateTime())->format("d/m/Y h:i:s");
$dt = (new DateTime())->format("d/m/Y");
$pdo = Functions::connect();