I am searching for a small week now for this little problem;
I want (the user) to input a date in JDateChooser or JTextField, but im not sure if that works with calendar value in the JTextField.
Add 3 month and 45 days to it (to the user given date).
Display the the calculation on the screen (with System.out.printn or JLabel).
example. user inputs (01-04-2010) add months/days(3 months, 45 days) output on the screen (15-08-2010).
i cant find any tutorial about this :( Hope someone can help me a little bit further