SELECT from sqlite-database for a specific date
I want to get all posts that are on a specific date from a table in my sqlite-database. I have a NSCalendarDate and in the table a column with a date in the format "YYYY-MM-DD" but I'm not sure how to combine them in a good way. I know how to use the sqlite3_bind with Integers and Text but how can I use it with a date?
Thanks for your help!
|