Newbies kmanweiss Posted January 22, 2002 Newbies Posted January 22, 2002 I know in FMP5 itself you can simply put 1/1/1999..1/1/2000 to get all the records between those two dates. But is there a nice and simple way to do that for the online stuff? I know my pages are setup correctly because I can search for an individual date and get results...but if I try a ranged search it gives me a message saying there were no search results. Basically I have 1 date field and want users to be able to pick a range in which to search by. Is there some other way that has just slipped my mind? Thanks in advance Dave
Garry Claridge Posted January 22, 2002 Posted January 22, 2002 Try this: <input type="hidden" name="-op" value="gte" <input type="text" name="mydate" value=""> <input type="hidden" name="-op" value="lte" <input type="text" name="mydate" value=""> All the best. Garry
Newbies kmanweiss Posted January 22, 2002 Author Newbies Posted January 22, 2002 Thanks much, worked like a charm! Dave
Anatoli Posted January 22, 2002 Posted January 22, 2002 On my site the date in format 1.1.2001...31.12.2001 is working OK.
Recommended Posts
This topic is 8332 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now