Hello, I start to developed a SQLite based Android application. So I insert some test data so see how android and sqlite work. But when I get the data from the Cursor Object, there is not getter for a Date or Timestamp field.
The only way is to get String and parse this with SimpleDateFormat, but thats not realy nice... Anybody an idea how I get the Date/Timestamp direct from the Cursor Object? Thanks for help. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

