Is there a value in MySQL that you can insert through an SQL Insert command that will put the current date/time in the proper format into the database? I know that sysdate does it for oracle, I was wondering if there was a similar command for MySQL. If not, whats the proper way to go about creating the current date and time and inserting it? Thanks in advance for any help.