Date now = new Date(); // constructs current date/timeSystem.out.println(now.toString()); // prints date such as // Sat Feb 03 16:34:10 PST 2001