Monthly Archives: August 2011

How to get the current system Date and Time in Java?

In order to get the current system Date and Time include the below code in you java class – import oracle.jbo.domain.Date;   /**       * Get Current Date       * @return       */ public Date getCurrentDateTime()     {     return … Continue reading

Posted in Java | Tagged , , , , | 4 Comments