Added name for periods

This commit is contained in:
Kenneth van Ewijk
2014-10-22 13:11:59 +02:00
parent 6948b310d4
commit 7f09720d6b
2 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -199,7 +199,7 @@ public class Calculator {
public static Periode timeStampToPeriode(Timestamp timeStamp1, Timestamp timeStamp2)
{
Periode periode = new Periode();
Periode periode = new Periode("-");
int year,month,day;
String[] ts1 = timeStamp1.toString().split(" ");