I have Oracle database with Date column in it and I want to retrive it from recordset using Calendar since I want to compare it with today's date which is built using Calendar. Can anyone help me on this ?
Thanks
|
|
Not really sure what you meant with retrieving the date "using Calendar", but if you are using Java, and want to read a date from database and compare it with today's date, it goes like this:
|
|||
|
|