Hi all,
in Android is it possible to insert a sqlite timestamp into a database using ContentValues?
When I try to add it using something like
ContentValues args = new ContentValues();
args.put(MY_DATE,my_date);
I get an error telling me that my_date needs to be a string