I have a SQLite DB table which contains Date & time for each item. How do I fetch those records which belongs to current week and which are of the previous week. I tried doing it with datetime()
function but could not find a better solution/approach.
I'm trying this for a XAMARIN
form based application.
Please do let me know how this can be achived.
Thanks in advance...