Edit event. Time now shows propperly
authorPetru <l3asketballplayer@yahoo.com>
Wed, 14 Aug 2013 16:04:39 +0000 (19:04 +0300)
committerPetru <l3asketballplayer@yahoo.com>
Wed, 14 Aug 2013 16:04:39 +0000 (19:04 +0300)
src/ro/ieval/unical/TrivialFragment.java

index d4a48b73c28c8815dcae53d2e47cd0793dcb97e0..5aace2075d8b8a49e8519d63033d95e76dafb76d 100644 (file)
@@ -86,7 +86,7 @@ public final class TrivialFragment extends Fragment {
 
                 TextView tstart = (TextView) view.findViewById(R.id.time_start);
                 TextView tend = (TextView) view.findViewById(R.id.time_end);
-                SimpleDateFormat sf=new SimpleDateFormat("HH:MM");
+                SimpleDateFormat sf=new SimpleDateFormat("HH:mm");
                 Date d=new Date(ev.dtstart);
                 tstart.setText(sf.format(d).toString());
                 d.setTime(ev.dtend);
This page took 0.010504 seconds and 4 git commands to generate.