I have a problem on my hand. I am working on an application where user wants to send the wish cards to his clients whose birthday is within user provided FROM and TO date , irrespective of the year. I.e. the search results should be on the basis of the Month and date only. e.g my input parameteres are from date: “12/05” (December 05)and To Date: “01/04” (January 04). Please help. Thanks in advance
Share
You should use this query condition. It selects
birthdateif it is in one month interval from now. Birthdate can be from any year:If user inputs date range as for example ’02/03′ and ’23/06′ (‘P1’ and ‘P2’ in this query) then use following condition.