Filter Collection with date range

RohitDangi

New Member
Hi Everyone,

I have to select the data between a range of dates. In my collection there is a column name 'Date' which have a data in the format 'DD/MM/YYYY'. I am using below VBO.
BO: Utility- Collection Manipulation.
Action: Filter Collection.

Condition which i have applied on the Filter collection is Filter: "Date>= '"&[StartingDate]&"'" . [StartingDate] is the data item which have a value '01/01/2019'. I required the data which should also include the date '01/01' and greater than that. The data which i am getting is only the greater than the '01'. It is not including the data of date 01.

I'll be very grateful if anyone can help me asap.
 
Top