摘要: public static String GetDateName(Date discuzcreatetime){ SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); String result = ""; long nm 阅读全文