On Fri, Oct 17, 2003 at 03:28:50PM +0200, Diana Castillo wrote:
:
: how can I format the current date and time so that I can insert it into a
: mysql table with an insert query?
That depends on the column type of your MySQL table. Is it a DATETIME?
DATE? TIMESTAMP? TIME? Or just a YEAR?
Diana,
Have a look at the getdate() function.
This will return an associative array of a time which you can then use to create the
date in the format you wish.
Regards,
Michael Egan
-Original Message-
From: Diana Castillo [mailto:[EMAIL PROTECTED]
Sent: 17 October 2003 14:29
To: [EMAI
2 matches
Mail list logo