What is the best format to use for a date when entering into a MySQL database?
I am writing a domain registration script and all the info goes into my database. I want to enter the date that the domain was registered and also the date it is up for renewal.
The renewal date should obviously be calculated by my PHP script, but I don't know the best way of doing it.