[SOLVED] Date Range Search
Posted: Wed Mar 16, 2005 9:02 pm
Hello 
I have a question about date range searching... aka from one date to another date display all entries that fall within those
Currently my code inputs the date like this into the MySQL: 3/16/05
I realize it would require some substringing and stuff, but how exactly would it work? I have figured out how to make things show up that are before or after a date, but not between to dates
My code is VERY flexible, so I don't really see a point in pasting it here... basically I have none of this done, because I don't even see how it is done
if the 3/16/05 date string isn't proper format will someone also explain how to do this properly.
Thanks
I have a question about date range searching... aka from one date to another date display all entries that fall within those
Currently my code inputs the date like this into the MySQL: 3/16/05
I realize it would require some substringing and stuff, but how exactly would it work? I have figured out how to make things show up that are before or after a date, but not between to dates
My code is VERY flexible, so I don't really see a point in pasting it here... basically I have none of this done, because I don't even see how it is done
Thanks