Using HTML for client side and JAVA for server side, Im trying to convert two text inputs into a Date object in java. my first input should hold the date in format DD/MM/YYYY and my second should have time HH:MM formatted.
What ive tried was using input type="text" for both, but im unable to form the object properly on the server's side.
Could you please provide me a simple example for doing that properly? Please ignore any validations and of course and you can assume my main problem is the parsing itself.
SimpleDateFormat