按照指定格式获取当前时间的方法

public static String GetDate(){

Calendar cal = Calendar.getInstance();
SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");

return format.format(cal.getTime());
}

posted on 2016-05-30 20:05  看你妹儿  阅读(533)  评论(0编辑  收藏  举报

导航