I'm stuck here. Please Help me!
I've created a feedback form which takes name, Email Id & Comments from users.
On submit button, i want to save the entered details along with the current date to the UserDetails table, so that, when admin logs in and wants to see the forms, he can see the date of post also.
Can you please guide me, how to get the system date and how to store it in database?
I'm using JSP.
Thank you!