Hi,
How to insert date and time value from DatePicker and TimePicker into Sqlite database. and how to get those data from sqlite db to activity.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Jul 17, 2014, 6:18 AM
hi,
first of all combine the date and time and convert it in equivalent SQLlite date time format and perform the insert operation...
also refer
http://www.sqlite.org/lang_datefunc.html
hope this will help you.
Ravi KumarPosted Jul 11, 2014, 8:39 AM