i trying to make attendance program based on orcal DB and adf web application. i need to obtin the server time in my DB table when the user log in or i need to know the expression builder for login button. thank you
Asked
Active
Viewed 105 times
-3
-
1And what've you tried already? Show us some code :) – Paweł Tomkiel Mar 19 '15 at 22:02
1 Answers
0
You can create a View Object based on sql expression:
select SYSDATE as db_date from dual
Make sure you expose this view object through one of your application modules, then expose DbDate attribute in your page.

Florin Marcus
- 1,657
- 1
- 12
- 11