How to filter out particular date period in EasyMorph using expressions

Hi
I need to filter out datas for a period from 01-01-2019 to 31-05-2019, how to do it using expressions
I used in([field name],#date,’;’) this one filters out data only the prescribed date but I need for a duration of 3 months, how can I filter out ?
Pls provide me a solution

Hi Ajay and welcome to the Community!

You can filter a range of dates with expressions using the syntax as below:

[Date] >= #2019-01-01 and [Date] <= #2019-05-31

Check out this tutorial article on data types and expressions: https://easymorph.com/learn/expressions.html