Hi,
I created two forms (one for Greek and one for English languages) and although the value send from the form to the DB and saved in the database is correct, when I try to display the Submissions the date is totally incorrect.
For example, when I submit my data, the browser console logs this data:
The email display the date like that, which is correct:
But in the Submissions table is like that:
With my latest configuration that I’ve changed the format of the dates even to Ymd the Submissions table display the date like that: 19700101
In general, it seems like there’s a bug in the date format in the Submissions table.