dflow Posted March 5, 2011 Share Posted March 5, 2011 how would i setup special date blocks in date search? for example easter this year is 17-04-2011 to 25-04-2011 for these dates each night will have an extra charge for it now if a user checks 13-04-2011 to 18-04-2011 he will have 4 days of special charge how do i setup this range? Quote Link to comment Share on other sites More sharing options...
Fergal Andrews Posted March 5, 2011 Share Posted March 5, 2011 Hi dflow, If you are looking for a MySQL search it would be: SELECT * FROM mytable WHERE mydate BETWEEN '2011-04-17 00:00:00' AND '2011-04-25 23:59:59' cheers, Fergal Quote Link to comment Share on other sites More sharing options...
dflow Posted March 6, 2011 Author Share Posted March 6, 2011 Hi dflow, If you are looking for a MySQL search it would be: SELECT * FROM mytable WHERE mydate BETWEEN '2011-04-17 00:00:00' AND '2011-04-25 23:59:59' cheers, Fergal yes but it doesnt answer the question of specific days in that block Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.