Home › Forums › Quform WordPress › Date (German) not written to additional Table
- This topic has 4 replies, 3 voices, and was last updated 1 month, 3 weeks ago by digits.
- AuthorPosts
- September 19, 2024 at 3:56 pm #37341digitsParticipant
HI all,
im using wordpress with overall default language “german” (d/m/Y). All other fields within the extension quform are set to default.
Within the internal Db tables (wp_quform_entries) the created_at (type datetime) and updated_at values (type datetime) are set correct and I can see all values correctly.
My extra DB table (same DB) shows all values correctly except the Date values. There are all “0000-00-00 00:00:00″. The type is also set to datetime as in wp_quform_entries.
I have no Idea why the Date vlaues are not stored there like in wp_quform_entries table.
has someone an idea what can cause the problem?
Thanks in advance!”
September 20, 2024 at 9:35 am #37342AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 24, 2024 at 2:29 pm #37344digitsParticipantHi Ally,
thank you very much for your answer. You are pointing me in the right direction.
After changing the formular Date format (PHP) to “Y-m-d” AND changing the DB colum to varchar I get the following result in the table:
“24.09.2024 15:20”
This ist not hte expected “Y-m-d” format.
Maybe there is another value that owerwrites the fomular “Y-m-d” ?
September 25, 2024 at 10:11 am #37346AllySupport StaffYou don't have permission to view this content. Please log in or register and then verify your purchases to gain access.
September 25, 2024 at 11:08 am #37350digitsParticipantHi Ally,
your assumption is right. That did the trick!
Thank you very much!!!
Regards,
Sebastian - AuthorPosts
- You must be logged in to reply to this topic.