Hi people,
Dose anyone know how to make the correct date (I need year/mm/dd and time) in my table when my form get submitted?
I tried the formula
DATETIME_FORMAT(NOW(),'YYYY-MM-DD')
also I tried
CREATED_TIME()
but the date and time shows up incorrect...