import java.util.Date;
/*
* ss.java
*
* Created on 2009年1月13日, 下午3:28
*
* To change this template, choose Tools | Template Manager
* and open the template in the editor.
*/
/**
*其实就是System.out.println(new Date().toLocaleString());
* @author Administrator
*/
public class ss {
/** Creates a new instance of ss */
public ss () {
}
/**
* @param args the command line arguments
*/
public static void main (String args[]) {
System.out.println(new Date().toLocaleString());
}
}
System.out.println(new Date().toLocaleString());