hey there...
im trying to input the date of a future event into mysql from a form, and im not too sure which format the date should be in .... its a unix server if thats any help...
ta
Is the DB mySQL and the table field of the date format? If so, the correct format is YYYY-MM-DD. That's probably the correct format for any DB date field, but I don't have experience with any others.
Hope this helps, Tom