in my android application, I am taking the date and time from the database. but I can’t get the date in Date format from the database to my application, the date is in string format, so I can’t compare the system date with the database date. if I convert the system date to a string, then I cannot update the date in the database in the repeated case. I also want to update the database date if the system date and the database date are matched.
How can I achieve this - android.
Thanks in advance.
user674427
source
share