PDA

View Full Version : Date inputting


Russell Collins
07-02-2009, 06:50 PM
hi,
I have a mysql db with 2 date fields.
One for date added and the other for date updated.
I have the updated set to datettime current datestamp.

I'm not sure what to do to get data assist to place the date added field automatically inserting.

Regards
Russell

Ray Borduin
07-06-2009, 07:17 AM
<?php echo(date("Y-m-d h:i:s")); ?>