Date,Calendar,Timestamp
hi,
I have a jsp page which displays date from an oracle database
i have a getMethod which returns a java.util.calendar and a setMethod which also takes the value of type calendar
how do i display the date in my jsp page which is of type calendar and allow the user to change it and then pass it as a calendar type value to get updated
can anybody help me .
Thanks

