Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

adf.currentDateTime

985680Feb 15 2013 — edited Feb 18 2013
Hello All ,

I am using jdeveloper 11.1.2.3.0

if i want a bind variable to have the value of current date + 1 hour , how should I write it ?
adf.currentDateTime.plus(1/24)

adf.currentDateTime.plus(1)

adf.currentDateTime.plus(3600)

adf.currentDateTime + 3600

..... ??
thanks a lot
This post has been answered by Mohammad Jabr on Feb 18 2013
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 18 2013
Added on Feb 15 2013
6 comments
1,992 views