I would like to get data based on date. I have thought of two methods but have yet to test them out and think there must an easier day. Here are my methods:
1. Using Available Fields to compete the date field with a unix time stamp.
2. Using the Where clause to filter through all records and get my results.
I would think there would be a more streamline way to retrieve records by date - get todays records.
Any ideas? Thanks!
