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? Link to comment https://forums.phpfreaks.com/topic/229657-creating-special-dates-blocks/ 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 Link to comment https://forums.phpfreaks.com/topic/229657-creating-special-dates-blocks/#findComment-1183291 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 Link to comment https://forums.phpfreaks.com/topic/229657-creating-special-dates-blocks/#findComment-1183517 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.