How i can get today's data from sqlite database using objective c? I use this query but it returns all data from database:
const char *sql = "select * from SavedD where julianday('now')";
Please help me to retrieve today's data only.
|
How i can get today's data from sqlite database using objective c? I use this query but it returns all data from database:
Please help me to retrieve today's data only. |
||||
|
|
|
Try This
or if you are using any other formatter then append that type formatter time to prev & next timestamp |
|||||||||||
|