mdsimpson / contact-form-7-to-database-extension

CFDB - WordPress plugin to save form submissions into a database
GNU General Public License v3.0
240 stars 59 forks source link

Change date format to Submit? #68

Open insyse opened 6 years ago

insyse commented 6 years ago

im trying to change Submit date format, using transform with a php function in the shortcode,

trans="Submitted=date_format(Submitted, 'Y-m-d');"

but not work...

Someone can help me?

krustoff commented 1 year ago

Hello, I am using the transform function like this:

trans="submit_time=date(d/m/Y);"

But now the problem is that all the records are changed to the same date today

mdsimpson commented 1 year ago

Don't redefine "submit_time". That is the raw time value. Use "Submitted" which is the formatted time.