Hello Folks,
I need to check for entries in a db with dates that match the current month (or whatever month I tell it to look for). I'm hoping there's an easy way to use the where clause to do this. I know I can pass the query the current month but can I/how do I, tell the query to compare this with the month from the date field (which is a full SQL date/time) in the db?
Your thoughts?