Saturday 7 February 2015

Date Format Conversion

Sample Code:
  
 oracle.jbo.domain.Date date1 = am.getOADBTransaction().getCurrentDBDate();
java.text.SimpleDateFormat displayDateFormat = new java.text.SimpleDateFormat ("dd-MM-yyyy hh:mm s");
         String OracleDateForm = displayDateFormat.format(date1.dateValue());

2 comments:

Unknown said...

Thank you for sharing this useful story.
I think your shared information is helpful to me and who are want update their knowledge, who want to started their career with Oracle OAF Online Training.

Unknown said...

Thank you for sharing knowledge.