Can’t get frm creation time
-
Hello!
You have a mu-plugin for listing forminator forms on the front-end with a custom settings – just list the submitted forms of the current login user.
I modified the code with try to put this:
$submission_date = (new DateTime($entry->date_created))->format(“Y-m-d H:i:s”);
Date is correct, but creation time is always 00:00:00 – how can I list the full date with time?
Thanks,
Peter
This is my code now (and the screenshot what I see on the frontend – you can see 2 files here, a jpg and the code php:
https://www.hollosipeter.hu/forminator/The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t get frm creation time’ is closed to new replies.