Home
About
Contact
Home
Oracle HCM
Functional
Core HR
Absence Management
Learning Management System
Functional General
Technical
Fast Formula
HCM Reports
Workflow-Notifications
Page Composer
Technical General
HCM Queries
HCM Data Loader
Security
Oracle Apps Technical
Oracle HRMS
OIC
Useful Links
Fusion HCM
Home
Oracle HCM
Functional
Core HR
Absence Management
Learning Management System
Functional General
Technical
Fast Formula
HCM Reports
Workflow-Notifications
Page Composer
Technical General
HCM Queries
HCM Data Loader
Security
Oracle Apps Technical
Oracle HRMS
OIC
Useful Links
Fusion HCM
Home
OAF
Current Date
Current Date
OracleAppsPractice
7:56 AM
Current Date
We can use below code to display current date in a required field.
Import java.util
Date utilDate = new Date();
System.out.println("utilDate :" + utilDate);
OAMessageStyledTextBean dat = (OAMessageStyledTextBean)webBean.findChildRecursive("Date");
dat.setValue(pageContext, utilDate);
Post a Comment
0 Comments
Social Plugin
Popular Posts
GET_PLAN_BALANCE and GET_ACCRUAL_BALANCE
8:04 AM
Absence Reminders and Escalations
11:33 PM
Hotspot Connected - No Internet Access
1:31 AM
Subscribe Us
Oracle HCM
HCM Design Studio
May 14, 2021
GET_PLAN_BALANCE and GET_ACCRUAL_BALANCE
February 15, 2021
Global Absence Discretionary Disbursement Rule
February 15, 2021
0 Comments