mellenburg
Programmer
I have a variable in a table that has a date time format (0000-00-00 00:00:00). In PHP, I have calculated a date time constant (number of seconds from...). I would like to write that value to the table in the yyyy-mm-dd hh:mm:ss format. How do I do this? Thank you for any help provided.