Remember, everything in SQLite is actually strings. http://www.sqlite.org/lang_datefunc.html
On Wednesday, March 28, 2012 10:17:38 AM UTC-4, sgalmeida wrote: > > Hello you all :) > > please let me ask one question about SQLite and Android, more > specifically the use of dates stored on tables in SQLite. > > I'm developing a simple app to keep to dos and task on android mobile > phone using SQLite to store the data. My table is quite simple: has a > field ID, a field Task and a field DueDate. > > How can I store and retrieve using JAVA the task's due date on SQLite? > There is no cursor.GetDate :( Anyone can please help me? > > Thank you very much! > > Almeida -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

