Jump to content

Unix date and time stamp


honkmaster

Recommended Posts

Hi I have a column in my database which is called "lastupdated" it stores a unix date and time stamp '1331299541' Fri, 09 Mar 2012 13:25:41 GMT.

 

I want to run a query to retrieve any activity that happens that day i.e the day we are currently in.

 

$query = "SELECT * FROM contacts WHERE lastupdated = '1331299541'";

 

 

As you can see i'm quite new to this so looking to be pointed in the right direction. I know its to do with formatting the date stamp?

 

Cheers Chris

Link to comment
https://forums.phpfreaks.com/topic/262722-unix-date-and-time-stamp/
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.