Date object to Calendar [Java]
- by Samuel
Hello World,
I have a class Movie
in it i have a start Date, a duration and a stop Date.
Start and stop Date are Date Objects (private Date startDate ...)
(It's an assignment so i cant change that)
now i want to automatically calculate the stopDate by adding the duration (in min) to the startDate.
By my knowledge working with the time…