I have date column in my database which store date in yyyyMMdd HH:MM:SS
format. Please let me know how to retrieve the time part that is HH:MM:SS in android so that it does not hit performance.
Asked
Active
Viewed 609 times
0

CommonsWare
- 986,068
- 189
- 2,389
- 2,491

user3049383
- 29
- 5
-
This: yyyyMMdd HH:MM:SS should be: **yyyyMMdd HH:mm:ss** – Phantômaxx Feb 06 '14 at 12:06
-
After Retreiving Records From Data Base Convert the Date to format of your Choice http://stackoverflow.com/a/6896822/1696704 – Software Sainath Feb 06 '14 at 12:06
-
possible duplicate of [Date format conversion Android](http://stackoverflow.com/questions/6896635/date-format-conversion-android) – HpTerm Feb 06 '14 at 12:56