摘要:
import java.text.SimpleDateFormat;import java.util.Calendar;import java.util.Date;public class Test01 { public static void main(String args[]){ Date date=new Date(); SimpleDateFormat sdf=new SimpleDateFormat("yyyyMMddHHmmss"); System.out.println("时间戳Date="+date.getTime()); Calend 阅读全文
posted @ 2011-08-24 14:58
Steven John
阅读(528)
评论(0)
推荐(0)
浙公网安备 33010602011771号