Timestamp sqlTimestamp = new Timestamp(System.currentTimeMillis());
Date jboDomainDate = new Date(sqlTimestamp);
java.sql.Date PresentDate = jboDomainDate.dateValue();
row.setAttribute("EffectiveStartDate",PresentDate);
Objective of this blog is to share my oracle knowledge with the people who are working in oracle.
No comments:
Post a Comment