close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Search Database for Timestamp range

Thread began 10/01/2009 12:50 pm by bill173836 | Last modified 10/05/2009 2:44 pm by bill173836 | 2099 views | 3 replies

Eric Mittman

Is your timestamp field stored in the traditional Unix style timestamp that is the number of seconds since 1970? If so then you should just be doing some basic number searches on the column and not date type searches.

The key to getting this to work properly is to make use of the date and time formatting functions in php. They are very robust and easy to use. Here is a general idea of how I implement searches like this.

First get it working with a single input field, you can update it after the fact to use the select lists like you mentioned.

When the user enters the value you will convert the string to a time stamp using the strtotime() function.

You then perform the search with this value since it should match the format in the db. The smaller the timestamp the further back in time it will be. So anything less than the entered time will be before it and anything equal to or greater than the entered time will be after it.

When you return the results on your results page you will need to make use of another function to format the date, it is simply the date() function. It will allow you to format a Unix timestamp in just about any way you would like. Here are some links to these functions pages on the php site for more info.

strtotime
php.net/strtotime

date
php.net/manual/en/function.date.php

Please post back if you have any further questions or need any clarification on this.

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...