Filter Content on the basis of User's input date

Here , There are various programs and i need to filter them on basis of user’s input date ,
Like i need to only show the programs which are in between the current date and the user’s input date .So how to do that , I am not able to do it , I tried with various forums on corvid but wasn’t able to reflect it on my website .
here’s the pic of the page which i want to edit


Can anyone help me with the code ?
The dataset which is been used here is named dataset3

Hello mshirani28,

ask yourself what you have to do to get your goal?

Your questions should be…

  1. How do i get the current date.
  2. How do i compare current date with the date in my database.
  3. Is the date format the same, when i try to compare?
  4. How do i filter them when point (1-3) are ok?

Right?

Here you can see how to get the current DATE…
https://russian-dima.wixsite.com/meinewebsite/date-time-onclick
The first step is done!

Hey russian-dima,
Thanks for your help for the first step .
Can you help me for next 2 steps too ?