摘要: import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; public class DateUtil { /** * @param args *void */ public static void main(String[] args) { Date date = new Date(); SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd" 阅读全文
posted @ 2013-10-31 11:08 孤独青鸟 阅读(439) 评论(0) 推荐(0) 编辑