Fixed ParseException in sessions date

This commit is contained in:
Juan Miguel Boyero Corral 2013-11-09 18:20:37 +01:00
parent c08645d2ea
commit 2087f8b9c0

View File

@ -308,8 +308,8 @@ public class DataBaseHelper {
ent.getInt("multiple"),
ent.getLong("openTime"));
} else if (table.equals(Constants.DB_TABLE_PRACTICE_SESSIONS)) {
//SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy HH:mm");
java.text.DateFormat format = SimpleDateFormat.getDateTimeInstance();
SimpleDateFormat format = new SimpleDateFormat("dd/MM/yyyy HH:mm");
//java.text.DateFormat format = SimpleDateFormat.getDateTimeInstance();
try {
o = new PracticeSession(ent.getId(),