Small fixes.
This commit is contained in:
parent
d1f27dcb7c
commit
86b4ffd042
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ public class DateHelper
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
System.out.println("============= " + time);
|
|
||||||
System.out.println("============= " + time.get(Calendar.DAY_OF_MONTH));
|
|
||||||
System.out.println("============= " + time.get(Calendar.MONTH) + 1);
|
|
||||||
System.out.println("============= " + time.get(Calendar.YEAR));
|
|
||||||
result = String.format (EUROPEAN_DATE_FORMAT, time.get(Calendar.DAY_OF_MONTH), time.get(Calendar.MONTH) + 1, time.get(Calendar.YEAR));
|
result = String.format (EUROPEAN_DATE_FORMAT, time.get(Calendar.DAY_OF_MONTH), time.get(Calendar.MONTH) + 1, time.get(Calendar.YEAR));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue