How to get the data between two Dates

0
Hi , For example I have a Employee entity having attributes EmpName, EmpId, EmpJoiningDate, EmpSalary. Now i want to retrieve the list of Employees from DATA BASE who joined between two dates (Start Date and End Date), So how to do this without using any external widget like oql.. . Thank you in advance .
asked
2 answers
1

Something like this?

answered
0

Hi Rama ,

You can create a retrieve object and in XPATH contraints right the desired condition

 

Thanks

answered