Android 格式化日期

				SimpleDateFormat formatter = new SimpleDateFormat ("yyyy-MM-dd   HH:mm:ss     ");     
				Date curDate = new Date(System.currentTimeMillis());//获取当前时间     
				String Standby = formatter.format(curDate);  
将日期以某种格式处理

你可能感兴趣的:(android,android,Date,Date,Date)