What is the best way to make operation on a util.date
Object in java.
For example:
I have a date 2018.10.02 and i want to add 3 Month to this date and to get another util.date
object with the good date.
The same with adding or substracting day, years or hours...
Thanks