我想写一个简单的Java程序,在程序中输出当前的日期和时间,应该如何做?

 我来答
匿名用户
2013-09-13
展开全部
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());
}

}
匿名用户
2013-09-13
展开全部
System.out.println(new Date().toLocaleString());
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式