Answer by
RandomDan (489)
Usually set as a default value for a field. If you need the current date, use a TIMESTAMP field with a default value of CURRENT_TIMESTAMP. If you need a certain date, simply use that date as the default value. If you are writing a script, simply set a constant in the script and call that in your queries.