This topic is locked

Limit Search Date Field

10/24/2014 11:33:16 AM
PHPRunner General questions
J
jackwood author

Is There any way how to Limit Search Date Field?

Example, If User Click Search Between, System Only Allow user to search in Range 3 Month?
Thank you

Sergey Kornilov admin 10/24/2014

This sort of thing is easier to handle on the server side. Before actually running the search you can check the difference between dates and display a message that date is not in the range.