[ad_1]
Hi @hollosipeter
I hope you’re well today!
This is because “date_created” only contains date itself and not time.
To get also creation time you would either need to use both
$entry->date_created
$entry->time_createdor replace “date_created” with “date_created_sql” which contains full date/time (in format of 0000-00-00 00:00:00).
Best regards,
Adam
Hello Adam! date_created_sql is perfectly working 🙂
Thank you and regards:
Peter
