Sort data based on date time

Hi All,

I have a requirement that , I have to sort data based on date time which comes from web table? In web page I have to collect the table, In that table i have col name date sent(which is coming as text data type). Based on the date sent col I have to filter data from 30 days to today.

Example date sent col has "2019/02/22 1:00:20" I have to filter(as it is in between 1/22/2019 to 2/22/2019) it if it has 2018/02/23 , then I should not filter it. Any suggestions please

View attachment 1550852204095.png
 
Last edited:
Top