I have 2 fields
1. start_date
2 end_date
how can i get inbetween dates?
Between
Moderator: General Moderators
I have a page where the start_date - end_date (dates will have hyperlinks), in the query how can i use if the user selects in between dates.
I am not getting the results
Code: Select all
SELECT * FROM table WHEN userdate Between start_date AND end_date