android - How to retreive DATETIME format from Sqlite database -
android - How to retreive DATETIME format from Sqlite database -
i have stored date (java.util.date object) in datetime field of sqlite table. now, how retrieve date of same format java.util.date. want compare time difference (in milliseconds) between current date , store date.
any help highly appreciated.
retrieve cursor.getstring() , pass value simpledateformat create date object. there no straight method getting date object.
android sqlite java.util.date
Comments
Post a Comment