Joined: Mon Sep 13, 2010 3:06 am Posts: 1 Has thanked: 0 time Have thanks: 0 time
My program is supposed to take a date as in input and return the next day as an output. The input format is MM/DD/YY , and the output should be Month DD, YYYY, i.e. September 09, 2009. I was provided Date and Calendar classes, but there are missing parts specified with TODO comments within the code. Unfortunately, Im having a hard time finishing the missing parts and Im wondering if anyone can help. I attached my java code with this. If it would be easier to post my code too instead of just attaching it, just let me know.