Filtering data using date picker

Hi,
In order to get the record for a selected date you can use query, check it out here .
You can get the current date using Date() and then get the records with another query.

Good luck :slight_smile: