复制内容到剪贴板 程序代码
Locale locale = Locale.US;
Date now=new Date();
SimpleDateFormat f=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss",locale);
String showTime=f.format(now);
//String s="2007-12-10 03:30:08 ";
//java.text.DateFormat f1=new java.text.SimpleDateFormat("yyyy-MM-dd hh:mm:ss",locale);
//java.util.Date showTime=f.parse(s);
Date now=new Date();
SimpleDateFormat f=new SimpleDateFormat("yyyy-MM-dd hh:mm:ss",locale);
String showTime=f.format(now);
//String s="2007-12-10 03:30:08 ";
//java.text.DateFormat f1=new java.text.SimpleDateFormat("yyyy-MM-dd hh:mm:ss",locale);
//java.util.Date showTime=f.parse(s);