Start implementing

This commit is contained in:
Yorick
2015-02-26 12:54:47 +00:00
parent e8490956dd
commit 9a09338818
3 changed files with 50 additions and 34 deletions
+7
View File
@@ -111,6 +111,13 @@ public class Event implements Serializable {
public void setStage(Stage stage) {
this.stage = stage;
}
public GregorianCalendar getLength()
{
GregorianCalendar length = endDate;
System.out.println(endDate.getTime());
return length;
}
public String toString() {
DateFormat format = new SimpleDateFormat("dd-MM-yyyy");