Hi. I am attempting to extract a date from the email parser, format the date to the correct format YYYY-MM-DD an then insert the value into a mysql database. The format change looks correct, but the db add is failing because a timestamp is being added. Thanks in advance.
My date/time format setup:

My date/time format output:

My mysql data field map:

The error I am getting from the mysql post:

My mysql field setup:

Best answer by SamB
View original