Jump to content

Timestamp help


brownbrod

Recommended Posts

I have a update query that should be updating the timestamp when a "month" field is changed.    I have the following code:

 

$month_update->bindParam(':timestamp', strtotime (date("Y-m-d H:i:s")), PDO::PARAM_INT);

 

The result that is returned is 1403198033.  I need it to look like this 2014-03-26 07:09:06.    I know I am missing something and I would greatly appreciate your help.

 

Thank you so much!

 

Link to comment
https://forums.phpfreaks.com/topic/289207-timestamp-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.