Use method in date to get start as LocalDate
FEA: ItEr60S19TimeUnitDataType
This commit is contained in:
parent
6eefa8f605
commit
eec45cd955
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ public class AllocationResult {
|
|||
}
|
||||
|
||||
public LocalDate getStart() {
|
||||
return new LocalDate(task.getStartDate().getTime());
|
||||
return task.getStartAsLocalDate();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue