摘要: import java.util.Date;import java.text.DateFormat;/*** 格式化时间类* DateFormat.FULL = 0* DateFormat.DEFAULT = 2* DateFormat.LONG = 1* DateFormat.MEDIUM = 2* DateFormat.SHORT = 3* @author Michael * @version 1.0, 2007/03/09*/public class Test{ public static void main(String []args){ Date d =... 阅读全文
posted @ 2013-06-26 16:05 Conkis 阅读(82668) 评论(0) 推荐(1) 编辑