
I am an utter novice in jsp, but I need to make an amendment to a .jsp file in our organization.
I need to set a String in the .jsp to be a date which is derived as Todays Date plus 90 days, in a defined format.
I can hardcode a date and the .jsp works fine, but I can't figure out the simplest way of setting the date string to be todays date + 90 days in dd/mm/yyyy format.
The hardcode which works in .jsp is: String inStoreStartStart = "01/09/2012";
I need the line to read something like: String inStoreStartStart = SystemDate+90,dd/mm/yyyy; but I do not know the syntax to use for .jsp
Can anyone please help?
Regards Simon
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.