Date类型转换为Integer类型:
Integer date = Integer.valueOf(String.valueOf(new SimpleDateFormat("yyyyMMdd").format(new Date())));详细细节: