Jump to content

datetime() in sql


turkman

Recommended Posts

i have a datetime colum in my mysql table and every time i enter a record i populate it with NOW();

 

if i do $v strtotime("-1 Hour");

then compare the two it doesn't work... i assume strtotime isnt comparable with a datetime filed? Is it comparable with a timestamp field?

Link to comment
Share on other sites

Is there some reason why you are not using any of the mysql date and time functions directly in your query to do this? In fact, what are you attempting to accomplish?

 

It is almost always simpler and faster (php is a relatively slow parsed, tokenized, and interpreted language compared to the compiled code of a database engine) to let the database engine retrieve the rows you are interested in, in the order that you want them, and with each piece of data formatted the way you want it.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.