Edit event. Time now shows propperly
[unical.git] / 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.009498 seconds and 4 git commands to generate.