I've date in a string format like 10/15/2002.
Is there a PHP function which can convert this into a format for insertion in mysql table in a field of type datetime.
Additionally, if i want to add 30 days to the date entered in the HTML form (say, for the expiry date ), how do I add these 30 days ?
If this can somehow be achieved by changing the datatype of mysql field, then, that too is acceptable..
Your comments on this!
Thanks,
Kunal

