Re: How can i make mysql to print date and time automatically?

2003-10-03 Thread Director General: NEFACOMP
make mysql to print date and time automatically? Hi, im develping an application, and was wondering how can i make mysql get time and date from pc and print it automatically in the time field and date field so the user dont have to worry about entering the coorect time and date. Is this posible

Re: How can i make mysql to print date and time automatically?

2003-10-03 Thread Director General: NEFACOMP
] To: Emilio Ruben Estevez [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, October 02, 2003 22:16 Subject: Re: How can i make mysql to print date and time automatically? INSERT INTO your_table (field1, field2, field3) VALUES(DATE(), value2, TIME()) But check the manual for very simple

How can i make mysql to print date and time automatically?

2003-10-01 Thread Emilio Ruben Estevez
Hi, im develping an application, and was wondering how can i make mysql get time and date from pc and print it automatically in the time field and date field so the user dont have to worry about entering the coorect time and date. Is this posible, ive created a databse with fields hour(time)

Re: How can i make mysql to print date and time automatically?

2003-10-01 Thread woody at nfri dot com
On Wed, 2003-10-01 at 10:09, Emilio Ruben Estevez wrote: Hi, im develping an application, and was wondering how can i make mysql get time and date from pc and print it automatically in the time field and date field so the user dont have to worry about entering the coorect time and date. Is